Merge branch 'New_API' of gitlab.com:fabinfra/fabaccess/borepin into New_API

This commit is contained in:
TheJoKlLa 2021-09-18 17:48:37 +02:00
commit e340e1e6eb

View File

@ -103,6 +103,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