Merge pull request #7311 from Mailaender/travis-docker
Switched to the new the Docker-based Travis CI infrastructure
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
language: csharp
|
language: csharp
|
||||||
|
|
||||||
|
# Use the Docker-based infrastructure
|
||||||
|
sudo: false
|
||||||
|
cache: apt
|
||||||
|
|
||||||
# Run the build script
|
# Run the build script
|
||||||
# call RALint to check for YAML errors
|
# call RALint to check for YAML errors
|
||||||
script:
|
script:
|
||||||
@@ -34,7 +38,10 @@ notifications:
|
|||||||
skip_join: true
|
skip_join: true
|
||||||
|
|
||||||
before_deploy:
|
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"`
|
- DOTVERSION=`echo ${TRAVIS_TAG} | sed "s/-/\\./g"`
|
||||||
- cd packaging
|
- cd packaging
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
|||||||
Reference in New Issue
Block a user