mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
d63472b27a
commit
8d59c6dfd9
@ -80,11 +80,11 @@ 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:
|
||||||
- '& "$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' # build the project
|
- '& "$env:MSBUILD_PATH" /p:Configuration=Release /target:Borepin_Android:PackageForAndroid ' # build the project /target:Borepin_Android:SignAndroidPackage /p:AndroidKeyStore=True
|
||||||
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/QA/com.company.borepin-Signed.apk # saving apk to copy to deploy folder
|
- Borepin/Borepin.Android/bin/Release/com.companyname.borepin.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
|
||||||
|
|
||||||
# test_job:
|
# test_job:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user