Tyro/.travis.yml

17 lines
349 B
YAML
Raw Normal View History

2015-05-08 21:57:34 -04:00
language: cpp
before_install:
# Setup virtual x server for gui testing
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# Install dependencies
- sudo apt-get update -qq
2015-05-27 12:00:19 -04:00
- sudo apt-get install -qq libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev
2015-05-08 21:57:34 -04:00
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
2015-05-27 12:00:19 -04:00
script: make