Epple-II/.travis.yml

9 lines
201 B
YAML
Raw Normal View History

2013-11-12 20:38:32 +00:00
language: cpp
compiler:
- gcc
2013-11-12 21:08:04 +00:00
install:
- sudo add-apt-repository --yes ppa:brandontschaefer/sdl-mir-support
- sudo apt-get install libsdl2
2013-11-12 20:38:32 +00:00
before_script: ./bootstrap
script: ./configure && make