Epple-II/.travis.yml
2019-01-13 10:48:08 -05:00

14 lines
225 B
YAML

dist: xenial
sudo: required
language: cpp
compiler:
- gcc
before_install:
- sudo apt-get -qq update
install:
- sudo apt-get install -y xa65 libsdl2-gfx-dev
before_script:
- ./bootstrap
script:
- ./configure && make