Epple-II/.travis.yml
Christopher Mosher 10e548961a travis config
2013-11-12 16:24:54 -05:00

10 lines
275 B
YAML

language: cpp
compiler:
- gcc
install:
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
- sudo apt-get update
- sudo apt-get install libsdl2
before_script: ./bootstrap
script: ./configure && make