build: 32 bit linux ci
* in vector testsuite replaced EQUAL with DELTA for float comparison * on linux use appsettings for testing * botan deprecated warning * template error in cxxtest
This commit is contained in:
+30
-12
@@ -1,13 +1,31 @@
|
||||
image: st4ll1/coati_linux_64
|
||||
|
||||
Linux64:
|
||||
stage: deploy
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
- ./script/setup.sh
|
||||
- ./script/buildonly.sh package
|
||||
artifacts:
|
||||
paths:
|
||||
- distr
|
||||
expire_in: 3 days
|
||||
image: st4ll1/coati_linux_64
|
||||
stage: deploy
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
- ./script/setup.sh
|
||||
- ./script/buildonly.sh all
|
||||
- ./script/buildonly.sh package
|
||||
artifacts:
|
||||
paths:
|
||||
- distr
|
||||
expire_in: 3 days
|
||||
|
||||
Linux32:
|
||||
image: st4ll1/coati_linux_32
|
||||
stage: deploy
|
||||
only
|
||||
- master
|
||||
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
|
||||
artifacts:
|
||||
paths:
|
||||
- distr/Coati*.tar.gz
|
||||
expire_in: 3 days
|
||||
|
||||
Reference in New Issue
Block a user