mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 16:23:41 +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
|
@ -10,3 +10,5 @@ before_script:
|
|||
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
script: make && make test
|
||||
|
||||
after_failure: if [ -d Testing ]; then cat Testing/Temporary/LastTest.log; fi
|
Loading…
Reference in a new issue