Add Travis build file.

This commit is contained in:
Simon Howard 2016-09-03 18:40:09 -04:00
parent e081ac986f
commit f49abf88c6

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
# Freedoom isn't really C, but we need to specify a language:
language: c
compiler: gcc
# These are the build-deps from the Debian Freedoom package:
addons:
apt:
packages:
- deutex
- gsfonts
- imagemagick
- python
script: make