switch to the new the Docker-based infrastructure

This commit is contained in:
Matthias Mailänder
2015-01-10 17:09:50 +01:00
parent ae03fa9af5
commit edbab6976c

View File

@@ -3,6 +3,9 @@
language: csharp
# Use the Docker-based infrastructure
sudo: false
# Run the build script
# call RALint to check for YAML errors
script:
@@ -34,7 +37,10 @@ notifications:
skip_join: true
before_deploy:
- sudo apt-get install nsis markdown dpkg
- apt-get download nsis markdown
- dpkg -x nsis*deb $HOME
- dpkg -x markdown*deb $HOME
- export PATH=$PATH:$HOME/usr/bin
- DOTVERSION=`echo ${TRAVIS_TAG} | sed "s/-/\\./g"`
- cd packaging
- mkdir build