mirror of
https://github.com/xenia-project/SPIRV-Tools.git
synced 2024-11-23 11:19:41 +00:00
Travis CI: Use ctest to run all the tests.
This commit is contained in:
parent
c7551e1f07
commit
6a1e1ac7b9
@ -49,8 +49,7 @@ script:
|
||||
- mkdir build && cd build
|
||||
- cmake -GNinja -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ..
|
||||
- ninja
|
||||
# Be nice and only output if there are failures.
|
||||
- ./test/UnitSPIRV --gtest_break_on_failure &> log || (cat log; false)
|
||||
- ctest -j`nproc` --output_on_failure
|
||||
|
||||
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user