Added a build file.

Hope this works...
This commit is contained in:
Nicolás A. Ortega 2016-07-13 22:07:15 +02:00
parent 1685ecc1e9
commit bf76b4a911
No known key found for this signature in database
GPG Key ID: 4825F773B8D44EFF
1 changed files with 13 additions and 0 deletions

13
.travis.yml Normal file
View 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