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
bdd545611e
commit
1afeb7235c
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user