mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-08 02:36:49 +08:00
Add travis-ci support for master branch
This commit is contained in:
parent
8c70fff02b
commit
d22fb19e0e
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
language: cpp
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get install libboost-dev
|
||||||
|
script:
|
||||||
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake ../
|
||||||
|
- make
|
||||||
|
- make test
|
||||||
|
notifications:
|
||||||
|
recipients:
|
||||||
|
- jason@emptycrate.com
|
||||||
|
email:
|
||||||
|
on_success: always
|
||||||
|
on_failure: always
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user