Update cmake-win64.yml

skip webp build
This commit is contained in:
zdenop 2022-06-02 14:06:28 +02:00 committed by GitHub
parent 968b6db0b4
commit d645a0333f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,12 +53,12 @@ jobs:
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=d:/a/local -DCMAKE_INSTALL_PREFIX=d:/a/local
cmake --build build --config Release --target install
- name: Build and Install webp
shell: cmd
run: |
git clone --depth 1 https://github.com/webmproject/libwebp.git && cd libwebp
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=d:/a/local -DCMAKE_INSTALL_PREFIX=d:/a/local
cmake --build build --config Release --target install
# - name: Build and Install webp
# shell: cmd
# run: |
# git clone --depth 1 https://github.com/webmproject/libwebp.git && cd libwebp
# cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=d:/a/local -DCMAKE_INSTALL_PREFIX=d:/a/local -DWEBP_BUILD_ANIM_UTILS =OFF
# cmake --build build --config Release --target install
- name: Build and Install giflib
shell: cmd