test run packaging/package-all.sh

This commit is contained in:
Matthias Mailänder
2013-10-19 14:03:01 +02:00
parent 611a2da697
commit 3d3b2f8dc4

View File

@@ -8,13 +8,15 @@ language: c
before_install:
- sudo apt-get update
install:
- sudo apt-get install mono-gmcs cli-common-dev libsdl1.2debian libgl1-mesa-glx libopenal1 libfreetype6
- sudo apt-get install mono-gmcs cli-common-dev libsdl1.2debian libgl1-mesa-glx libopenal1 libfreetype6 dpkg rpm nsis markdown
# Run the build script and call RALint to check for YAML errors
# Run the build script
# call RALint to check for YAML errors
# Test run the packaging scripts for all platforms
script:
- make all
after_script:
- make test
- cd packaging && mkdir temp &&./package-all.sh travis-build temp
# Only watch the development branch.
branches: