mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-30 17:16:55 -04:00
Add Travis build file.
This commit is contained in:
parent
e081ac986f
commit
f49abf88c6
1 changed files with 15 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue