Added basic travis-ci support

This commit is contained in:
Aaron Helton
2019-11-01 15:19:06 -04:00
parent c28d9a61a5
commit 615045e0b7

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: c
compiler:
- gcc
- clang
before_script:
- mkdir build
- cd build
- cmake ..
script: make