only install packaging tools before deploying
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user