Skip to content
Snippets Groups Projects
Commit 9e81c376 authored by Igor Markin's avatar Igor Markin
Browse files

Add build-ios constraint

parent 87318e91
Branches 6-set-up-building-process
No related tags found
1 merge request!3Resolve "Set up building process."
Pipeline #15771 failed with stage
in 2 minutes and 57 seconds
stages:
- build
build:
build-apk:
except:
- ios-build
variables:
LANG: en_US.UTF-8
stage: build
......@@ -14,3 +16,14 @@ build:
- cp $HOME/key.properties ./android/key.properties
- make build-android
build-ios:
only:
- ios-build
variables:
LANG: en_US.UTF-8
stage: build
tags:
- macos
script:
- make build-ios
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment