mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Turn off building shared libraries in CI.
This commit is contained in:
parent
437d2f0e4d
commit
71334463b2
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -239,6 +239,7 @@ jobs:
|
||||
cmake -S ${{ matrix.build-src-dir || '.' }} -B ${{ matrix.build-dir || '.' }} ${{ matrix.cmake-args }} \
|
||||
-D MZ_BUILD_TESTS=ON \
|
||||
-D MZ_BUILD_UNIT_TESTS=ON \
|
||||
-D BUILD_SHARED_LIBS=OFF \
|
||||
-D CMAKE_BUILD_TYPE=Release
|
||||
env:
|
||||
CC: ${{ matrix.compiler }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user