Epple-II/.travis.yml
Christopher Mosher 29f0a832a5 travis config
2013-11-12 16:11:55 -05:00

10 lines
225 B
YAML

language: cpp
compiler:
- gcc
install:
- sudo add-apt-repository --yes ppa:brandontschaefer/sdl-mir-support
- sudo apt-get update
- sudo apt-get install libsdl2
before_script: ./bootstrap
script: ./configure && make