mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-13 15:21:45 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
904d8da6fc
commit
f79e6dad85
@ -93,12 +93,12 @@ build_iOS:
|
|||||||
# - 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:
|
||||||
- 'nuget restore' # restore Nuget dependencies
|
- 'nuget restore' # restore Nuget dependencies
|
||||||
- 'msbuild /t:Borepin_iOS /p:Configuration=Release /p:Platform=iPhone /p:ArchiveOnBuild=true' # build the project /p:AndroidKeyStore=True
|
- 'msbuild /t:Borepin_iOS /p:Configuration=Debug /p:Platform=iPhone /p:ArchiveOnBuild=true' # build the project /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.iOS/bin/iPhone/Release/Borepin.ipa
|
- Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.ipa
|
||||||
- Borepin/Borepin.iOS/bin/iPhone/Release/Borepin.app.dSYM
|
- Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.app.dSYM
|
||||||
- '$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