mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Add travis script for automated testing
This commit is contained in:
parent
ee35eb1512
commit
8b134c65d1
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ../build
|
||||
- make test
|
||||
notifications:
|
||||
recipients:
|
||||
- jason@emptycrate.com
|
||||
email:
|
||||
on_success: always
|
||||
on_failure: always
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user