mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +01:00
passt schon
This commit is contained in:
parent
c5db0a512d
commit
eb3ecbcc26
@ -54,7 +54,7 @@ build_base:
|
|||||||
- '$env:LIB_RELEASE_FOLDER' # saving exe to copy to deploy folder
|
- '$env:LIB_RELEASE_FOLDER' # saving exe 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_UWP:
|
build_UWP:echo "$KUBE_CA_PEM" > "$(pwd)/kube.ca.pem"
|
||||||
needs:
|
needs:
|
||||||
- build_base
|
- build_base
|
||||||
stage: build
|
stage: build
|
||||||
@ -83,8 +83,10 @@ build_Android:
|
|||||||
# - tags # the build process will only be started by git tag commits
|
# - tags # the build process will only be started by git tag commits
|
||||||
script:
|
script:
|
||||||
- echo $AndroidKeyStore
|
- echo $AndroidKeyStore
|
||||||
|
- echo "$AndroidKeyStore" > "$(pwd)/fabaccess.keystore"
|
||||||
- '& "$env:NUGET_PATH" restore' # restore Nuget dependencies
|
- '& "$env:NUGET_PATH" restore' # restore Nuget dependencies
|
||||||
- '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Borepin_Android:PackageForAndroid /target:Borepin_Android:SignAndroidPackage /p:AndroidKeyStore="True" /p:AndroidSigningKeyStore="$AndroidKeyStore" /p:AndroidSigningKeyPass="$AndroidKeyStore_Password" /p:AndroidSigningKeyAlias="$AndroidKeyStore_ID" /p:AndroidSigningStorePass="$AndroidKeyStore_Password"' # build the project
|
- '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Borepin_Android:PackageForAndroid /target:Borepin_Android:SignAndroidPackage /p:AndroidKeyStore="True" /p:AndroidSigningKeyStore="./fabaccess.keystore" /p:AndroidSigningKeyPass="$AndroidKeyStore_Password" /p:AndroidSigningKeyAlias="$AndroidKeyStore_ID" /p:AndroidSigningStorePass="$AndroidKeyStore_Password"' # build the project
|
||||||
|
- rm "$(pwd)/fabaccess.keystore"
|
||||||
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user