File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4949 .github/workflows/onestep.sh dvdread all
5050 echo '------compile bluray------------------------------------'
5151 rm -rf build || git reset --hard || git pull origin
52- .github/workflows/onestep.sh bluray macos
52+ .github/workflows/onestep.sh bluray all
5353 echo '------compile dav1d------------------------------------'
5454 rm -rf build || git reset --hard || git pull origin
5555 .github/workflows/onestep.sh dav1d all
6161 .github/workflows/onestep.sh smb2 all
6262 echo '------compile ffmpeg------------------------------------'
6363 rm -rf build || git reset --hard || git pull origin
64- ./main.sh install -p ios -l 'openssl opus dav1d dvdread uavs3d smb2'
65- ./main.sh install -p tvos -l 'openssl opus dav1d dvdread uavs3d smb2'
66- ./main.sh install -p macos -l 'openssl opus bluray dav1d dvdread uavs3d smb2'
64+ ./main.sh install -p ios -l 'openssl opus dav1d dvdread uavs3d smb2 bluray '
65+ ./main.sh install -p tvos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray '
66+ ./main.sh install -p macos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray '
6767 .github/workflows/onestep.sh ffmpeg all
Original file line number Diff line number Diff line change 1717 - name : Checkout code
1818 uses : actions/checkout@v3
1919 - name : One Step
20- run : .github/workflows/onestep.sh bluray macos
20+ run : .github/workflows/onestep.sh bluray all
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v3
1919 - name : Install denpendencies
2020 run : |
21- ./main.sh install -p ios -l 'openssl opus dav1d dvdread uavs3d smb2'
22- ./main.sh install -p tvos -l 'openssl opus dav1d dvdread uavs3d smb2'
23- ./main.sh install -p macos -l 'openssl opus bluray dav1d dvdread uavs3d smb2'
21+ ./main.sh install -p ios -l 'openssl opus dav1d dvdread uavs3d smb2 bluray '
22+ ./main.sh install -p tvos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray '
23+ ./main.sh install -p macos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray '
2424 - name : One Step
2525 run : .github/workflows/onestep.sh ffmpeg all
You can’t perform that action at this time.
0 commit comments