Skip to content

Commit 5a1ff51

Browse files
authored
Update all.yml
1 parent 25532ef commit 5a1ff51

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

.github/workflows/all.yml

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -46,54 +46,54 @@ jobs:
4646
uses: actions/checkout@v4
4747
- name: One Step
4848
run: |
49-
echo '------compile unibreak------------------------------------'
50-
rm -rf build || git reset --hard || git pull origin
51-
.github/workflows/onestep.sh unibreak ${{ inputs.platform }}
52-
echo '------compile fribidi------------------------------------'
53-
rm -rf build || git reset --hard || git pull origin
54-
.github/workflows/onestep.sh fribidi ${{ inputs.platform }}
55-
echo '------compile freetype------------------------------------'
56-
rm -rf build || git reset --hard || git pull origin
57-
.github/workflows/onestep.sh freetype ${{ inputs.platform }}
58-
if [[ ${{ inputs.platform }} == android ]]; then
59-
echo '------compile android fontconfig------------------------------------'
60-
rm -rf build || git reset --hard || git pull origin
61-
.github/workflows/install-dependencies.sh fontconfig android
62-
.github/workflows/onestep.sh fontconfig android
63-
fi
64-
echo '------compile harfbuzz------------------------------------'
65-
rm -rf build || git reset --hard || git pull origin
66-
.github/workflows/install-dependencies.sh harfbuzz ${{ inputs.platform }}
67-
.github/workflows/onestep.sh harfbuzz ${{ inputs.platform }}
68-
echo '------compile ass------------------------------------'
69-
rm -rf build || git reset --hard || git pull origin
70-
.github/workflows/install-dependencies.sh ass ${{ inputs.platform }}
71-
.github/workflows/onestep.sh ass ${{ inputs.platform }}
72-
echo '------compile yuv------------------------------------'
73-
rm -rf build || git reset --hard || git pull origin
74-
.github/workflows/onestep.sh yuv ${{ inputs.platform }}
75-
echo '------compile soundtouch------------------------------------'
76-
rm -rf build || git reset --hard || git pull origin
77-
.github/workflows/onestep.sh soundtouch ${{ inputs.platform }}
78-
echo '------compile opus------------------------------------'
79-
rm -rf build || git reset --hard || git pull origin
80-
.github/workflows/onestep.sh opus ${{ inputs.platform }}
81-
echo '------compile openssl------------------------------------'
82-
rm -rf build || git reset --hard || git pull origin
83-
.github/workflows/onestep.sh openssl ${{ inputs.platform }}
84-
echo '------compile dvdread------------------------------------'
85-
rm -rf build || git reset --hard || git pull origin
86-
.github/workflows/onestep.sh dvdread ${{ inputs.platform }}
87-
echo '------compile bluray------------------------------------'
88-
rm -rf build || git reset --hard || git pull origin
89-
.github/workflows/install-dependencies.sh bluray ${{ inputs.platform }}
90-
.github/workflows/onestep.sh bluray ${{ inputs.platform }}
91-
echo '------compile dav1d------------------------------------'
92-
rm -rf build || git reset --hard || git pull origin
93-
.github/workflows/onestep.sh dav1d ${{ inputs.platform }}
94-
echo '------compile uavs3d------------------------------------'
95-
rm -rf build || git reset --hard || git pull origin
96-
.github/workflows/onestep.sh uavs3d ${{ inputs.platform }}
49+
# echo '------compile unibreak------------------------------------'
50+
# rm -rf build || git reset --hard || git pull origin
51+
# .github/workflows/onestep.sh unibreak ${{ inputs.platform }}
52+
# echo '------compile fribidi------------------------------------'
53+
# rm -rf build || git reset --hard || git pull origin
54+
# .github/workflows/onestep.sh fribidi ${{ inputs.platform }}
55+
# echo '------compile freetype------------------------------------'
56+
# rm -rf build || git reset --hard || git pull origin
57+
# .github/workflows/onestep.sh freetype ${{ inputs.platform }}
58+
# if [[ ${{ inputs.platform }} == android ]]; then
59+
# echo '------compile android fontconfig------------------------------------'
60+
# rm -rf build || git reset --hard || git pull origin
61+
# .github/workflows/install-dependencies.sh fontconfig android
62+
# .github/workflows/onestep.sh fontconfig android
63+
# fi
64+
# echo '------compile harfbuzz------------------------------------'
65+
# rm -rf build || git reset --hard || git pull origin
66+
# .github/workflows/install-dependencies.sh harfbuzz ${{ inputs.platform }}
67+
# .github/workflows/onestep.sh harfbuzz ${{ inputs.platform }}
68+
# echo '------compile ass------------------------------------'
69+
# rm -rf build || git reset --hard || git pull origin
70+
# .github/workflows/install-dependencies.sh ass ${{ inputs.platform }}
71+
# .github/workflows/onestep.sh ass ${{ inputs.platform }}
72+
# echo '------compile yuv------------------------------------'
73+
# rm -rf build || git reset --hard || git pull origin
74+
# .github/workflows/onestep.sh yuv ${{ inputs.platform }}
75+
# echo '------compile soundtouch------------------------------------'
76+
# rm -rf build || git reset --hard || git pull origin
77+
# .github/workflows/onestep.sh soundtouch ${{ inputs.platform }}
78+
# echo '------compile opus------------------------------------'
79+
# rm -rf build || git reset --hard || git pull origin
80+
# .github/workflows/onestep.sh opus ${{ inputs.platform }}
81+
# echo '------compile openssl------------------------------------'
82+
# rm -rf build || git reset --hard || git pull origin
83+
# .github/workflows/onestep.sh openssl ${{ inputs.platform }}
84+
# echo '------compile dvdread------------------------------------'
85+
# rm -rf build || git reset --hard || git pull origin
86+
# .github/workflows/onestep.sh dvdread ${{ inputs.platform }}
87+
# echo '------compile bluray------------------------------------'
88+
# rm -rf build || git reset --hard || git pull origin
89+
# .github/workflows/install-dependencies.sh bluray ${{ inputs.platform }}
90+
# .github/workflows/onestep.sh bluray ${{ inputs.platform }}
91+
# echo '------compile dav1d------------------------------------'
92+
# rm -rf build || git reset --hard || git pull origin
93+
# .github/workflows/onestep.sh dav1d ${{ inputs.platform }}
94+
# echo '------compile uavs3d------------------------------------'
95+
# rm -rf build || git reset --hard || git pull origin
96+
# .github/workflows/onestep.sh uavs3d ${{ inputs.platform }}
9797
echo '------compile smb2------------------------------------'
9898
rm -rf build || git reset --hard || git pull origin
9999
.github/workflows/onestep.sh smb2 ${{ inputs.platform }}

0 commit comments

Comments
 (0)