minimal travis
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…
Reference in New Issue