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:
authorDaniel Lublin <daniel@lublin.se>2022-02-20 20:37:46 +0300
committerDaniel Lublin <daniel@lublin.se>2022-02-21 15:44:04 +0300
commit1bdb7157b35b22445830de77deb40e6a0d701ccf (patch)
tree22540e1fa1290e909f08dc72b13bcdda5388e379
parent1341cb1a605b6eaca5676bcf216d64af5d7ac241 (diff)
Set sdk and ndk dirs; at least got it building...
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10114aa..78f2047 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,8 @@ stages:
assembleDebug:
stage: build
script:
+ - printf >local.properties 'sdk.dir=/sdk\n'
+ - printf >>local.properties 'ndk.dir=/sdk/ndk-bundle\n'
- pushd libraries/humla/libs/humla-spongycastle
- ../../gradlew jar
- popd