Tyro/.travis.yml
2015-05-29 09:34:58 -04:00

21 lines
455 B
YAML
Executable File

language: cpp
before_install:
# Setup virtual x server for gui testing
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# Upgrade gcc
- sudo apt-get update -qq
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
# Install dependencies
- sudo apt-get install -qq libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev
# Build with both gcc and clang
compiler:
- gcc
- clang
script: make