remove xbuild as it does not work properly

This commit is contained in:
Matthias Mailänder
2013-10-19 13:59:16 +02:00
parent f00e4254fc
commit 611a2da697

View File

@@ -10,11 +10,11 @@ before_install:
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.
# Run the build script and call RALint to check for YAML errors
script:
- make all
after_script:
- make test
- xbuild
# Only watch the development branch.
branches:
@@ -29,4 +29,4 @@ notifications:
channels:
- "irc.freenode.net#openra"
use_notice: true
skip_join: true
skip_join: true