Merge pull request #5558 from Mailaender/travis-fixups
Fixed RPM deployment on Travis CI
This commit is contained in:
@@ -47,10 +47,10 @@ deploy:
|
||||
file:
|
||||
- build/OpenRA-$TRAVIS_TAG.exe
|
||||
- build/OpenRA-$TRAVIS_TAG.zip
|
||||
- build/openra-$DOTVERSION-1-noarch.rpm
|
||||
- build/openra-$DOTVERSION-1.noarch.rpm
|
||||
- build/openra_$DOTVERSION_all.deb
|
||||
skip_cleanup: true
|
||||
on:
|
||||
all_branches: false
|
||||
all_branches: true
|
||||
tags: true
|
||||
repo: OpenRA/OpenRA
|
||||
|
||||
@@ -7,6 +7,7 @@ then
|
||||
fi
|
||||
|
||||
mkdir ~/rpmbuild/
|
||||
mkdir ~/rpmbuild/SPECS
|
||||
|
||||
# Replace any dashes in the version string with periods
|
||||
PKGVERSION=`echo $1 | sed "s/-/\\./g"`
|
||||
|
||||
Reference in New Issue
Block a user