Merge pull request #1750 from majestrate/ci-update-2021-09-24

update ci to use main lokinet mobile repo
pull/1756/head
Jason Rhinelander 3 years ago committed by GitHub
commit d733e37d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,7 +80,7 @@ local apk_builder(name, image, extra_cmds=[], allow_fail=false, jobs=6) = {
environment: { SSH_KEY: { from_secret: "SSH_KEY" }, ANDROID: "android" },
commands: [
'VERBOSE=1 JOBS='+jobs+' NDK=/usr/lib/android-ndk ./contrib/android.sh',
'git clone https://github.com/majestrate/lokinet-mobile',
'git clone https://github.com/oxen-io/lokinet-flutter-app lokinet-mobile',
'cp -av lokinet-jni-*/* lokinet-mobile/lokinet_lib/android/src/main/jniLibs/',
'cd lokinet-mobile',
'flutter build apk --debug',

Loading…
Cancel
Save