Skip to content

Commit

Permalink
switch back to ninja and limit to 1 job
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollstrecker committed Jan 22, 2025
1 parent 04cb319 commit 92f61b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/msys-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ jobs:
cygwin-devel
gcc-core
gcc-g++
make
ninja
- name: Configure
run: |
cmake /cygdrive/d/a/zlib/zlib \
-B build \
-DCMAKE_BUILD_TYPE=Release \
-DZLIB_BUILD_MINIZIP=ON \
-DMINIZIP_ENABLE_BZIP2=ON
- name: Build
run: cmake --build build --config Release
run: cmake --build build --config Release -v -j1
- name: Run tests
run: ctest --output-on-failure --test-dir build -C Release

0 comments on commit 92f61b8

Please sign in to comment.