Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added CI
  • Loading branch information
roussosalex committed Oct 30, 2018
1 parent 32900db commit 9b99290
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitlab-ci.yml
@@ -0,0 +1,18 @@
image: custom/openjdk:8-jdk

before_script:
- export ANDROID_HOME=/opt/android-sdk-linux
- export PATH=$PATH:$ANDROID_HOME/platform-tools
- export GRADLE_USER_HOME=/gradle-cache/.gradle
- chmod +x ./gradlew

stages:
- build

build:
stage: build
script:
- ./gradlew assembleDebug
artifacts:
paths:
- app/build/outputs/
Empty file modified gradlew 100644 → 100755
Empty file.

0 comments on commit 9b99290

Please sign in to comment.