Update .gitlab-ci.yml

This commit is contained in:
Kai Kriegel 2021-09-17 23:07:20 +00:00
parent 06161d75b4
commit e303a67c2b

View File

@ -102,6 +102,7 @@ build_iOS:
# - tags # the build process will only be started by git tag commits
script:
- 'nuget restore' # restore Nuget dependencies
- 'dotnet restore'
- 'msbuild /t:Borepin_iOS /p:Configuration=Debug /p:Platform=iPhone /p:ArchiveOnBuild=true' # build the project /p:AndroidKeyStore=True
artifacts:
expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on