Epple-II/.travis.yml
2017-09-09 18:46:02 -04:00

14 lines
216 B
YAML

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