changed the platform specific builds to depend on the base build.

This commit is contained in:
Kai Kriegel 2021-09-13 21:29:13 +00:00
parent 0bd2cc2e47
commit 70aa0d27c7

View File

@ -55,6 +55,8 @@ build_base:
# - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests # - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests
build_UWP: build_UWP:
needs:
- build_base
stage: build stage: build
tags: tags:
- xamarin - xamarin
@ -71,6 +73,8 @@ build_UWP:
# - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests # - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests
build_Android: build_Android:
needs:
- build_base
stage: build stage: build
tags: tags:
- xamarin - xamarin
@ -83,10 +87,12 @@ build_Android:
artifacts: artifacts:
expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on
paths: paths:
- Borepin/Borepin.Android/bin/Release/com.companyname.borepin-Signed.apk # saving apk to copy to deploy folder - Borepin/Borepin.Android/bin/Release/org.fabinfra.fabaccess.apk # saving apk to copy to deploy folder
# - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests # - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests
build_iOS: build_iOS:
needs:
- build_base
stage: build stage: build
tags: tags:
- macos - macos
@ -103,6 +109,8 @@ build_iOS:
# - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests # - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests
build_GTK: build_GTK:
needs:
- build_base
stage: build stage: build
image: registry.gitlab.com/fabinfra/gtk-sharp-build:latest image: registry.gitlab.com/fabinfra/gtk-sharp-build:latest
tags: tags: