mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-28 02:34:22 +01:00
Update travis.yml to output the test log if it exists.
This commit is contained in:
parent
88821fbbb0
commit
98ee740c7a
@ -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 New Issue
Block a user