summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: af32b362f5e079003538e8a7795c7bf0e36d3b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#image: "0xacab.org:4567/leap/gitlab-buildpackage:android"
image: "gfx2015/android"

variables:
  GIT_SUBMODULE_STRATEGY: "recursive"

stages:
  - build

build:
  stage: build
  script:
    - ./gradlew assembleDebug
  artifacts:
    paths:
    - app/build/outputs/