special Linux version name scheme

This commit is contained in:
Matthias Mailänder
2014-06-05 10:51:09 +02:00
parent e6dea1335b
commit fd6a769511

View File

@@ -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