Added a build file.
Hope this works...
This commit is contained in:
parent
1685ecc1e9
commit
bf76b4a911
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Define the language
|
||||||
|
language: c
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- build-essential
|
||||||
|
- cmake
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cd build/
|
||||||
|
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
|
- make
|
Loading…
Reference in New Issue
Block a user