Skip to content

Commit

Permalink
CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorWilliams committed Jun 18, 2023
1 parent 80e3c3e commit aa7b42c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ jobs:
run: cmake "--preset=ci-$("${{ matrix.os }}".split("-")[0])"

- name: Build
run: cmake --build build --config Release -j 2
run: cmake --build build --config Debug -j 2

- name: Install
run: cmake --install build --config Release --prefix prefix
run: cmake --install build --config Debug --prefix prefix

- name: Test
if: matrix.os != 'windows-2022'
working-directory: build
run: ctest --output-on-failure --no-tests=error -C Release -j 2
run: ctest --output-on-failure --no-tests=error -C Debug -j 2

docs:
# Deploy docs only when builds succeed
Expand Down

0 comments on commit aa7b42c

Please sign in to comment.