Add rough draft for .travis.yml
This commit is contained in:
parent
d811fee2f3
commit
0b87821497
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
language: cpp
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
script: mkdir build && cd build && cmake .. && make
|
Loading…
Reference in a new issue