Skip to content

Commit

Permalink
Verbose build for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBrock committed Jul 25, 2024
1 parent f53b945 commit df12e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -34,8 +34,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libhdf5-dev g++-14
cmake -B build
CXX=g++-14 cmake -B build
- name: Build
run: VERBOSE=true CXX=g++-14 make -C build -j `nproc`
run: VERBOSE=true make -C build -j `nproc`
- name: Test
run: ctest --test-dir ./build/test/bash

0 comments on commit df12e49

Please sign in to comment.