minimal travis

pull/38/head
dimitri 7 years ago
parent e046ec27f1
commit ba979acdab

@ -0,0 +1,17 @@
language: cpp
sudo: true
matrix:
include:
- os: linux
- os: osx
install:
script:
- mkdir build
- cd build
- cmake ..
- cmake --build .
after_success:
Loading…
Cancel
Save