From 3c4a68bfbc4a1509fb91217900ca4c3237a99e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 27 Apr 2013 15:51:07 +0200 Subject: [PATCH] add xbuild to travis configuration to check if we can still compile with MonoDevelop/Visual Studio --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 650b068315..4e8d62d9c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,15 +8,16 @@ language: c install: - sudo apt-get install mono-gmcs cli-common-dev libgl1-mesa-dev libsdl1.2-dev libopenal-dev -# Run the build script which will automatically call RALint. +# Run the build script which will automatically call RALint and ensure that the IDE project files are still valid. script: - make all + - xbuild # Only watch the development branch. branches: only: - bleed -# Notify developers when needed. +# Notify developers when build passed/failed. notifications: irc: "irc.freenode.net#openra" \ No newline at end of file