blob: d5a0757a5edcf69d55ab837b99ef78fb15eb96d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#image: "0xacab.org:4567/leap/gitlab-buildpackage:android"
image: "gfx2015/android"
stages:
- build
build:
stage: build
script:
- ./gradlew assembleDebug
artifacts:
paths:
- app/build/outputs/
|