Tyro/.travis.yml

13 lines
211 B
YAML
Raw Normal View History

2015-05-08 21:57:34 -04:00
language: cpp
2015-05-08 22:00:27 -04:00
#Install dependencies
2015-05-08 21:57:34 -04:00
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libwxgtk3.0-dev libssh2-1-dev
2015-05-08 22:00:27 -04:00
# Build with both gcc and clang
2015-05-08 21:57:34 -04:00
compiler:
- gcc
- clang
script: make