Files
OpenRA/.travis.yml
2013-09-20 18:27:52 +02:00

26 lines
666 B
YAML

# Travis-CI Build for OpenRA
# see travis-ci.org for details
# Mono/.NET are not officially supported. The following is a workaround.
language: c
# Make sure build dependencies are installed.
before_install:
- sudo apt-get update
install:
- sudo apt-get install mono-gmcs cli-common-dev libsdl1.2debian libgl1-mesa-glx libopenal1 libfreetype6
# Run the build script which will automatically call RALint and ensure that the IDE project files are still valid.
script:
- make all
- make test
- xbuild
# Only watch the development branch.
branches:
only:
- bleed
# Notify developers when build passed/failed.
notifications:
irc: "irc.freenode.net#openra"