mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
e303a67c2b
commit
3102b3596e
@ -102,7 +102,7 @@ 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
|
||||||
- 'dotnet restore'
|
- 'nuget restore'
|
||||||
- 'msbuild /t:Borepin_iOS /p:Configuration=Debug /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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user