Skip to content

Commit a60abe3

Browse files
committed
github action add webp
1 parent fb61457 commit a60abe3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/all.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ jobs:
108108
echo '------compile smb2------------------------------------'
109109
rm -rf build || git reset --hard || git pull origin
110110
.github/workflows/onestep.sh smb2 ${{ inputs.platform }} ${{ inputs.dryrun }}
111+
echo '------compile webp------------------------------------'
112+
rm -rf build || git reset --hard || git pull origin
113+
.github/workflows/onestep.sh webp ${{ inputs.platform }} ${{ inputs.dryrun }}
111114
echo '------compile ffmpeg7------------------------------------'
112115
rm -rf build || git reset --hard || git pull origin
113116
.github/workflows/install-dependencies.sh ffmpeg7 ${{ inputs.platform }}

.github/workflows/apple-android-common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ on:
6464
- unibreak
6565
- yuv
6666
- xml2
67+
- webp
6768
pull_request:
6869
branches: [master]
6970

0 commit comments

Comments
 (0)