Skip to content

Commit eaa0374

Browse files
committed
CI: Update linux workflow to use out of source build
1 parent 89533a4 commit eaa0374

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757

5858
- name: Configure and build
5959
run: |
60-
cmake .
61-
make
60+
cmake -Bbuild
61+
cmake --build build
6262
6363
- name: run tests
6464
run: |
65-
ctest --output-on-failure
65+
ctest --output-on-failure --test-dir build/tests

0 commit comments

Comments
 (0)