- a config file for travis
This commit is contained in:
parent
b9465f8d65
commit
ac6ced6fb8
2 changed files with 14 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
|
|
||||||
src/.DS_Store
|
src/.DS_Store
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
|
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- autoreconf -iv
|
||||||
|
- ./configure
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make
|
||||||
|
- make check
|
Loading…
Reference in a new issue