1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00

CI: Windows: separate cmds

This commit is contained in:
gitlost
2025-09-16 20:40:07 +01:00
parent 9c67499033
commit 1f9df62afd

View File

@@ -116,7 +116,9 @@ jobs:
run: |
git clone --depth=1 https://github.com/madler/zlib.git zlib && cd zlib
cmake -B build -DCMAKE_BUILD_TYPE=Release -DZLIB_BUILD_TESTING=OFF -DZLIB_BUILD_SHARED=OFF -DZLIB_BUILD_MINIZIP=OFF -DZLIB_INSTALL_COMPAT_DLL=OFF -DZLIB_INSTALL=OFF
cmake --build build --config Release && cmake -E rename build\zs.lib zlib.lib && cmake -E rename build\zconf.h zconf.h
cmake --build build --config Release
cmake -E rename build/zs.lib zlib.lib
cmake -E rename build/zconf.h zconf.h
- name: Configure CMake
working-directory: build