Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78f2047..839ad7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: quite/android-sdk-ndk:4
+image: docker.io/quite/android-sdk-ndk:6
variables:
# get those pesky submodules
@@ -24,8 +24,7 @@ stages:
assembleDebug:
stage: build
script:
- - printf >local.properties 'sdk.dir=/sdk\n'
- - printf >>local.properties 'ndk.dir=/sdk/ndk-bundle\n'
+ # ANDROID_SDK_ROOT is already set in the android-sdk-ndk container image.
- pushd libraries/humla/libs/humla-spongycastle
- ../../gradlew jar
- popd