Epple-II/.travis.yml

10 lines
275 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:
2013-11-12 21:24:54 +00:00
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
2013-11-12 21:11:55 +00:00
- sudo apt-get update
2013-11-12 21:08:04 +00:00
- sudo apt-get install libsdl2
2013-11-12 20:38:32 +00:00
before_script: ./bootstrap
script: ./configure && make