mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-08 05:45:27 +00: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 a new issue