special Linux version name scheme
This commit is contained in:
@@ -35,7 +35,7 @@ notifications:
|
|||||||
skip_join: true
|
skip_join: true
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- echo $TRAVIS_TAG
|
- DOTVERSION=`echo $TRAVIS_TAG | sed "s/-/\\./g"`
|
||||||
- cd packaging
|
- cd packaging
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- ./package-all.sh $TRAVIS_TAG build
|
- ./package-all.sh $TRAVIS_TAG build
|
||||||
@@ -46,8 +46,8 @@ deploy:
|
|||||||
file:
|
file:
|
||||||
- build/OpenRA-$TRAVIS_TAG.exe
|
- build/OpenRA-$TRAVIS_TAG.exe
|
||||||
- build/OpenRA-$TRAVIS_TAG.zip
|
- build/OpenRA-$TRAVIS_TAG.zip
|
||||||
- build/openra-$TRAVIS_TAG-1-noarch.rpm
|
- build/openra-$DOTVERSION-1-noarch.rpm
|
||||||
- build/openra_$TRAVIS_TAG_all.deb
|
- build/openra_$DOTVERSION_all.deb
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
all_branches: true
|
all_branches: true
|
||||||
|
|||||||
Reference in New Issue
Block a user