Epple-II/.travis.yml
2017-09-09 21:02:20 -04:00

14 lines
263 B
YAML

dist: trusty
sudo: required
language: cpp
compiler:
- gcc
before_install:
- sudo apt-get -qq update
install:
- sudo apt-get install -y xa65 libsdl2-2.0 libsdl2-dev libglu1-mesa-dev libglu1-mesa
before_script:
- ./bootstrap
script:
- ./configure && make