Start using Travis CI
Add .travis.yml file and build status flag.
This commit is contained in:
parent
1c20be41e3
commit
61d4e2fc64
2 changed files with 9 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
|
script: make
|
|
@ -1,3 +1,5 @@
|
||||||
|
[](https://travis-ci.org/socec/moxanix)
|
||||||
|
|
||||||
moxanix
|
moxanix
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue