summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 8784a5b169259da3c45627a9a7b9810959f6ed33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
image: "0xacab.org:4567/leap/gitlab-buildpackage:android"

stages:
  - build

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