mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-26 00:57:49 +00:00
Add travis-ci yml file
This commit is contained in:
parent
8acd89cbc5
commit
625b202b46
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
||||||
|
script: make && make test
|
Loading…
Reference in a new issue