Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed CI
  • Loading branch information
roussosalex committed Oct 30, 2018
1 parent e3b4283 commit 794bd62
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitlab-ci.yml
@@ -1,10 +1,12 @@
image: custom/openjdk:8-jdk
image: custom/android-sdk

variables:
GIT_SUBMODULE_STRATEGY: recursive

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

stages:
- build
Expand Down

0 comments on commit 794bd62

Please sign in to comment.