deploy Windows setup with Travis CI only

This commit is contained in:
Matthias Mailänder
2015-05-18 18:54:41 +02:00
parent a47235d162
commit 2eac646929
2 changed files with 2 additions and 8 deletions

View File

@@ -46,6 +46,7 @@ notifications:
skip_join: true skip_join: true
before_deploy: before_deploy:
- apt-get download nsis nsis-common
- export PATH=$PATH:$HOME/usr/bin - export PATH=$PATH:$HOME/usr/bin
- DOTVERSION=`echo ${TRAVIS_TAG} | sed "s/-/\\./g"` - DOTVERSION=`echo ${TRAVIS_TAG} | sed "s/-/\\./g"`
- cd packaging - cd packaging
@@ -56,6 +57,7 @@ deploy:
api_key: api_key:
secure: "g/LU11f+mjqv+lj0sR1UliHwogXL4ofJUwoG5Dbqlvdf5UTLWytw/OWSCv8RGyuh10miyWeaoqHh1cn2C1IFhUEqN1sSeKKKOWOTvJ2FR5mzi9uH3d/MOBzG5icQ7Qh0fZ1YPz5RaJJhYu6bmfvA/1gD49GoaX2kxQL4J5cEBgg=" secure: "g/LU11f+mjqv+lj0sR1UliHwogXL4ofJUwoG5Dbqlvdf5UTLWytw/OWSCv8RGyuh10miyWeaoqHh1cn2C1IFhUEqN1sSeKKKOWOTvJ2FR5mzi9uH3d/MOBzG5icQ7Qh0fZ1YPz5RaJJhYu6bmfvA/1gD49GoaX2kxQL4J5cEBgg="
file: file:
- build/OpenRA-${TRAVIS_TAG}.exe
- build/OpenRA-${TRAVIS_TAG}.zip - build/OpenRA-${TRAVIS_TAG}.zip
- build/openra_${DOTVERSION}_all.deb - build/openra_${DOTVERSION}_all.deb
skip_cleanup: true skip_cleanup: true

View File

@@ -41,11 +41,3 @@ after_test:
artifacts: artifacts:
- path: OpenRA-$(APPVEYOR_REPO_TAG_NAME).exe - path: OpenRA-$(APPVEYOR_REPO_TAG_NAME).exe
name: Installer name: Installer
deploy:
- provider: GitHub
auth_token:
secure: Z7RC+ckfvf7Kxf2EdWZCP7bgGjRnhgbMeieQP6VVhiZprwvbEzGXI2Wma+FGAq65
artifact: Installer
on:
appveyor_repo_tag: true