Added Travis config
This commit is contained in:
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
language: cpp
|
||||
sudo: required
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
before_script:
|
||||
- apt-get install libwxgtk2.8-dev libwxgtk2.8-dbg
|
||||
- ./configure
|
||||
script: make
|
||||
notifications:
|
||||
email: true
|
||||
Reference in New Issue
Block a user