From 3d3b2f8dc4ec268734d841e4f26008bb37e42e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 19 Oct 2013 14:03:01 +0200 Subject: [PATCH] test run packaging/package-all.sh --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 827a05bb60..5e36738615 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: