build: changed CI test paths

This commit is contained in:
Andreas Stallinger
2017-02-07 12:34:30 +01:00
parent 1bb25140a7
commit a2e88b9048
+7 -5
View File
@@ -7,9 +7,12 @@ Linux64:
- ./script/setup.sh
- ./script/buildonly.sh all
- ./script/buildonly.sh package
- ./build/Release/app/Coati --licenseFile ./setup/license.txt
- cd ./bin/test
- ../../Release/build/Coati_test
artifacts:
paths:
- distr
- distr/Coati*.tar.gz
expire_in: 3 days
Linux32:
@@ -20,11 +23,10 @@ Linux32:
script:
- ./script/setup.sh
- ./script/buildonly.sh all
- ./bin/app/Release/Coati --licenseFile ./setup/license.txt
- cd ./bin/test
- ./Release/Coati_test
- cd ../..
- ./script/buildonly.sh package
- ./build/Release/app/Coati --licenseFile ./setup/license.txt
- cd ./bin/test
- ../../Release/build/Coati_test
artifacts:
paths:
- distr/Coati*.tar.gz