variables:
  GIT_SUBMODULE_STRATEGY: recursive
stages:
  - build

build_project:
  stage: build
  only:
    - master
    - zebra
  script:
    - bash -x build.sh
    - "curl -X POST -F token=TOKEN -F ref=REF_NAME https://gitlab.com/api/v4/projects/17461817/trigger/pipeline"
  tags:
    - android
    - ios
