mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-05 06:15:40 +00:00
travis: Remove step to compile and run tests.
This commit is contained in:
parent
6a0e19e308
commit
93f8eb8f6f
|
@ -19,6 +19,4 @@ before_script:
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
||||||
script: make && make test
|
script: make
|
||||||
|
|
||||||
after_failure: if [ -d Testing ]; then cat Testing/Temporary/LastTest.log; fi
|
|
||||||
|
|
Loading…
Reference in a new issue