File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7676 choco install --no-progress ninja ${{ matrix.packages }}
7777
7878 - name : Generate project files
79- run : cmake -S . -B ../build ${{ matrix.cmake-args }} -D CMAKE_BUILD_TYPE=${{ matrix.build-config || 'Release' }} -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=OFF
79+ run : cmake -S . -B ../build ${{ matrix.cmake-args }} -D CMAKE_BUILD_TYPE=${{ matrix.build-config || 'Release' }} -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON
8080 env :
8181 CC : ${{ matrix.compiler }}
8282 CFLAGS : ${{ matrix.cflags }}
Original file line number Diff line number Diff line change 3434 -S . \
3535 -B build \
3636 -DCMAKE_VERBOSE_MAKEFILE=ON \
37- -DCMAKE_BUILD_TYPE=Release
37+ -DCMAKE_BUILD_TYPE=Release \
38+ -DMINIZIP_ENABLE_BZIP2=ON
3839 - name : Build
3940 run : cmake --build build --config Release
4041 - name : Run tests
6566 run : |
6667 cmake /cygdrive/d/a/zlib/zlib \
6768 -B build \
68- -DCMAKE_BUILD_TYPE=Release
69+ -DCMAKE_BUILD_TYPE=Release \
70+ -DMINIZIP_ENABLE_BZIP2=ON
6971 - name : Build
7072 run : cmake --build build --config Release
7173 - name : Run tests
You can’t perform that action at this time.
0 commit comments