Tyro/.travis.yml

16 lines
334 B
YAML

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
- sudo apt-get install -qq libwxgtk3.0-dev libssh2-1-dev
# Build with both gcc and clang
compiler:
- gcc
- clang
script: make