Attempt travis integration
This commit is contained in:
parent
69661261d7
commit
c708219d13
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- cmake
|
||||||
|
- libboost-all-dev
|
||||||
|
- libcurl-dev
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cmake .
|
||||||
|
- make
|
Loading…
Reference in New Issue
Block a user