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