mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 10:03:48 +00:00
14 lines
No EOL
233 B
YAML
14 lines
No EOL
233 B
YAML
language: cpp
|
|
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
before_script:
|
|
- mkdir build
|
|
- cd build
|
|
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
|
|
|
script: make && make test
|
|
|
|
after_failure: if [ -d Testing ]; then cat Testing/Temporary/LastTest.log; fi |