Epple-II/.travis.yml

12 lines
162 B
YAML
Raw Normal View History

2017-09-09 21:43:57 +00:00
dist: trusty
sudo: false
language: cpp
compiler:
- gcc
install:
- sudo apt-get install libsdl2
before_script:
- ./bootstrap
script:
- ./configure && make