only install packaging tools before deploying

This commit is contained in:
Matthias Mailänder
2014-06-05 11:34:04 +02:00
parent bdc50241ac
commit 2ca6bb5102

View File

@@ -6,7 +6,7 @@ language: c
# Make sure build dependencies are installed. # Make sure build dependencies are installed.
install: install:
- sudo apt-get install mono-gmcs cli-common-dev libgl1-mesa-glx libopenal1 libfreetype6 dpkg rpm nsis markdown - sudo apt-get install mono-gmcs cli-common-dev libgl1-mesa-glx libopenal1 libfreetype6
cache: apt cache: apt
# Run the build script # Run the build script
@@ -35,6 +35,7 @@ notifications:
skip_join: true skip_join: true
before_deploy: before_deploy:
- sudo apt-get install nsis markdown dpkg rpm
- DOTVERSION=`echo $TRAVIS_TAG | sed "s/-/\\./g"` - DOTVERSION=`echo $TRAVIS_TAG | sed "s/-/\\./g"`
- cd packaging - cd packaging
- mkdir build - mkdir build