add xbuild to travis configuration
to check if we can still compile with MonoDevelop/Visual Studio
This commit is contained in:
@@ -8,15 +8,16 @@ language: c
|
|||||||
install:
|
install:
|
||||||
- sudo apt-get install mono-gmcs cli-common-dev libgl1-mesa-dev libsdl1.2-dev libopenal-dev
|
- 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:
|
script:
|
||||||
- make all
|
- make all
|
||||||
|
- xbuild
|
||||||
|
|
||||||
# Only watch the development branch.
|
# Only watch the development branch.
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- bleed
|
- bleed
|
||||||
|
|
||||||
# Notify developers when needed.
|
# Notify developers when build passed/failed.
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.net#openra"
|
irc: "irc.freenode.net#openra"
|
||||||
Reference in New Issue
Block a user