@@ -46,43 +46,43 @@ jobs:
4646 uses : actions/checkout@v4
4747 - name : One Step
4848 run : |
49- # echo '------compile yuv------------------------------------'
50- # .github/workflows/onestep.sh yuv ${{ inputs.platform }}
51- # echo '------compile soundtouch------------------------------------'
52- # rm -rf build || git reset --hard || git pull origin
53- # .github/workflows/onestep.sh soundtouch ${{ inputs.platform }}
54- # echo '------compile unibreak------------------------------------'
55- # rm -rf build || git reset --hard || git pull origin
56- # .github/workflows/onestep.sh unibreak ${{ inputs.platform }}
57- # echo '------compile fribidi------------------------------------'
58- # rm -rf build || git reset --hard || git pull origin
59- # .github/workflows/onestep.sh fribidi ${{ inputs.platform }}
60- # echo '------compile freetype------------------------------------'
61- # rm -rf build || git reset --hard || git pull origin
62- # .github/workflows/onestep.sh freetype ${{ inputs.platform }}
63- # if [[ ${{ inputs.platform }} == anroid ]]; then
64- # echo '------compile android fontconfig------------------------------------'
65- # rm -rf build || git reset --hard || git pull origin
66- # .github/workflows/install-dependencies.sh fontconfig android
67- # .github/workflows/onestep.sh fontconfig android
68- # fi
69- # echo '------compile harfbuzz------------------------------------'
70- # rm -rf build || git reset --hard || git pull origin
71- # .github/workflows/install-dependencies.sh harfbuzz ${{ inputs.platform }}
72- # .github/workflows/onestep.sh harfbuzz ${{ inputs.platform }}
73- # echo '------compile ass------------------------------------'
74- # rm -rf build || git reset --hard || git pull origin
75- # .github/workflows/install-dependencies.sh ass ${{ inputs.platform }}
76- # .github/workflows/onestep.sh ass ${{ inputs.platform }}
77- # echo '------compile opus------------------------------------'
78- # rm -rf build || git reset --hard || git pull origin
79- # .github/workflows/onestep.sh opus ${{ inputs.platform }}
80- # echo '------compile openssl------------------------------------'
81- # rm -rf build || git reset --hard || git pull origin
82- # .github/workflows/onestep.sh openssl ${{ inputs.platform }}
83- # echo '------compile dvdread------------------------------------'
84- # rm -rf build || git reset --hard || git pull origin
85- # .github/workflows/onestep.sh dvdread ${{ inputs.platform }}
49+ echo '------compile yuv------------------------------------'
50+ .github/workflows/onestep.sh yuv ${{ inputs.platform }}
51+ echo '------compile soundtouch------------------------------------'
52+ rm -rf build || git reset --hard || git pull origin
53+ .github/workflows/onestep.sh soundtouch ${{ inputs.platform }}
54+ echo '------compile unibreak------------------------------------'
55+ rm -rf build || git reset --hard || git pull origin
56+ .github/workflows/onestep.sh unibreak ${{ inputs.platform }}
57+ echo '------compile fribidi------------------------------------'
58+ rm -rf build || git reset --hard || git pull origin
59+ .github/workflows/onestep.sh fribidi ${{ inputs.platform }}
60+ echo '------compile freetype------------------------------------'
61+ rm -rf build || git reset --hard || git pull origin
62+ .github/workflows/onestep.sh freetype ${{ inputs.platform }}
63+ if [[ ${{ inputs.platform }} == anroid ]]; then
64+ echo '------compile android fontconfig------------------------------------'
65+ rm -rf build || git reset --hard || git pull origin
66+ .github/workflows/install-dependencies.sh fontconfig android
67+ .github/workflows/onestep.sh fontconfig android
68+ fi
69+ echo '------compile harfbuzz------------------------------------'
70+ rm -rf build || git reset --hard || git pull origin
71+ .github/workflows/install-dependencies.sh harfbuzz ${{ inputs.platform }}
72+ .github/workflows/onestep.sh harfbuzz ${{ inputs.platform }}
73+ echo '------compile ass------------------------------------'
74+ rm -rf build || git reset --hard || git pull origin
75+ .github/workflows/install-dependencies.sh ass ${{ inputs.platform }}
76+ .github/workflows/onestep.sh ass ${{ inputs.platform }}
77+ echo '------compile opus------------------------------------'
78+ rm -rf build || git reset --hard || git pull origin
79+ .github/workflows/onestep.sh opus ${{ inputs.platform }}
80+ echo '------compile openssl------------------------------------'
81+ rm -rf build || git reset --hard || git pull origin
82+ .github/workflows/onestep.sh openssl ${{ inputs.platform }}
83+ echo '------compile dvdread------------------------------------'
84+ rm -rf build || git reset --hard || git pull origin
85+ .github/workflows/onestep.sh dvdread ${{ inputs.platform }}
8686 echo '------compile bluray------------------------------------'
8787 rm -rf build || git reset --hard || git pull origin
8888 .github/workflows/install-dependencies.sh bluray ${{ inputs.platform }}
0 commit comments