mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Improve running CMake in CI
This commit is contained in:
@@ -89,6 +89,6 @@ jobs:
|
|||||||
- name: Build and run C++ tests
|
- name: Build and run C++ tests
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cmake cmake -B ffi/build ffi
|
cmake -B ffi/build ffi
|
||||||
cmake --build ffi/build
|
cmake --build ffi/build
|
||||||
ctest --test-dir ffi/build
|
ctest --test-dir ffi/build --output-on-failure
|
||||||
|
|||||||
Reference in New Issue
Block a user