build: ci tag push

This commit is contained in:
Andreas Stallinger
2017-02-15 12:10:46 +01:00
parent 1c1e792fcf
commit c028d28ffd
+32
View File
@@ -15,6 +15,22 @@ Linux64:
- distr/Coati*.tar.gz
expire_in: 3 days
Linux64_tagged:
image: st4ll1/coati_linux_64
stage: deploy
only:
- tags
script:
- ./script/setup.sh
- ./script/buildonly.sh all
- ./script/buildonly.sh package
- ./build/Release/app/Coati --licenseFile ./setup/license.txt
- cd ./bin/test
- ../../build/Release/test/Coati_test
artifacts:
paths:
- distr/Coati*.tar.gz
Linux32:
image: st4ll1/coati_linux_32
stage: deploy
@@ -31,3 +47,19 @@ Linux32:
paths:
- distr/Coati*.tar.gz
expire_in: 3 days
Linux32_tag:
image: st4ll1/coati_linux_32
stage: deploy
only:
- tags
script:
- ./script/setup.sh
- ./script/buildonly.sh all
- ./script/buildonly.sh package
- ./build/Release/app/Coati --licenseFile ./setup/license.txt
- cd ./bin/test
- ../../build/Release/test/Coati_test
artifacts:
paths:
- distr/Coati*.tar.gz