|
|
|
@ -141,7 +141,7 @@ jobs: |
|
|
|
|
- name: Generate project files with tests (cmake) |
|
|
|
|
if: matrix.builder == 'cmake' |
|
|
|
|
run: | |
|
|
|
|
cmake -S . -B ./build2 -D CMAKE_BUILD_TYPE=Release ${{ matrix.os.cmake-opt }} -DZLIB_BUILD_MINIZIP=ON |
|
|
|
|
cmake -S . -B ./build2 -D CMAKE_BUILD_TYPE=Release ${{ matrix.os.cmake-opt }} -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=OFF |
|
|
|
|
env: |
|
|
|
|
CC: ${{ matrix.compiler }} |
|
|
|
|
CFLAGS: -std=${{ matrix.std.value }} ${{ matrix.arch.compiler-opt }} -Wall -Wextra |
|
|
|
@ -215,7 +215,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
- name: Generate project files with tests (cmake) |
|
|
|
|
run: | |
|
|
|
|
cmake -S . -B ./build2 ${{ matrix.arch.value }} -D CMAKE_BUILD_TYPE=Release -DZLIB_BUILD_MINIZIP=ON |
|
|
|
|
cmake -S . -B ./build2 ${{ matrix.arch.value }} -D CMAKE_BUILD_TYPE=Release -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=OFF |
|
|
|
|
env: |
|
|
|
|
CC: ${{ matrix.compiler }} |
|
|
|
|
CFLAGS: ${{ matrix.std.value }} |
|
|
|
|