mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 15:33:48 +00:00
Update travis.yml to output the test log if it exists.
This commit is contained in:
parent
88821fbbb0
commit
98ee740c7a
1 changed files with 3 additions and 1 deletions
|
@ -9,4 +9,6 @@ before_script:
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
||||||
script: make && make test
|
script: make && make test
|
||||||
|
|
||||||
|
after_failure: if [ -d Testing ]; then cat Testing/Temporary/LastTest.log; fi
|
Loading…
Reference in a new issue