Epple-II/.travis.yml

7 lines
125 B
YAML
Raw Normal View History

2013-11-12 20:38:32 +00:00
language: cpp
compiler:
- gcc
2013-11-12 20:49:27 +00:00
install: sudo apt-get install libsdl2
2013-11-12 20:38:32 +00:00
before_script: ./bootstrap
script: ./configure && make