mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-13 15:21:45 +01:00
ed4rfv5tg
This commit is contained in:
parent
4991b52b14
commit
45e8f529ca
@ -84,8 +84,9 @@ build_Android:
|
|||||||
script:
|
script:
|
||||||
- echo $AndroidKeyStore
|
- echo $AndroidKeyStore
|
||||||
- echo "$AndroidKeyStore" > "$(pwd)/fabaccess.keystore"
|
- echo "$AndroidKeyStore" > "$(pwd)/fabaccess.keystore"
|
||||||
|
- type "$(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="./fabaccess.keystore" /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="$(pwd)/fabaccess.keystore" /p:AndroidSigningKeyPass="$AndroidKeyStore_Password" /p:AndroidSigningKeyAlias="$AndroidKeyStore_ID" /p:AndroidSigningStorePass="$AndroidKeyStore_Password"' # build the project
|
||||||
- rm "$(pwd)/fabaccess.keystore"
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user