Update .gitlab-ci.yml

This commit is contained in:
Kai Kriegel 2020-09-17 15:46:35 +00:00
parent bdd545611e
commit 1afeb7235c

View File

@ -88,13 +88,12 @@ build_Android:
build_iOS: build_iOS:
stage: build stage: build
tags: tags:
- xamarin - macos
- windows
# only: # only:
# - 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" /t:Borepin.iOS /p:Configuration=Release /p:Platform=iPhone /p:ArchiveOnBuild=true' # build the project /p:AndroidKeyStore=True - '& "$env:MSBUILD_PATH" /t:Borepin_iOS /p:Configuration=Release /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: