Skip to content

Commit 03449d4

Browse files
Vollstreckermadler
authored andcommitted
CMake: Re-enable testing with bzip2.
1 parent 6c224f1 commit 03449d4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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 }}

.github/workflows/msys-cygwin.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
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
@@ -65,7 +66,8 @@ jobs:
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

0 commit comments

Comments
 (0)