From 52d9a2af75c1f3e7179ec4c38a48b04d58637403 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 29 Dec 2018 18:36:34 +0100 Subject: [PATCH] Meritous: Fix lint errors --- metadata/net.asceai.meritous.yml | 34 +++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/metadata/net.asceai.meritous.yml b/metadata/net.asceai.meritous.yml index 17c3e22245..f4f3afa537 100644 --- a/metadata/net.asceai.meritous.yml +++ b/metadata/net.asceai.meritous.yml @@ -20,16 +20,24 @@ Builds: commit: 03ac99d71e34010491f7a5c578d2ae9c44d73cf3 subdir: project submodules: true - init: |- - cd .. && make -C src/AndroidData && ./changeAppSettings.sh -a && export PATH=$$NDK$$:$$SDK$$/tools:$PATH && ./build.sh || true + init: + - cd .. + - make -C src/AndroidData + - ./changeAppSettings.sh -a + - export PATH=$$NDK$$:$$SDK$$/tools:$PATH + - ./build.sh || true - versionName: 0.0.2 versionCode: 2 commit: 78aeec506e0cc88e865bd86fb41728f4257ddae6 subdir: project submodules: true - init: |- - cd .. && make -C src/AndroidData && ./changeAppSettings.sh -a && export PATH=$$NDK$$:$$SDK$$/tools:$PATH && ./build.sh release || true + init: + - cd .. + - make -C src/AndroidData + - ./changeAppSettings.sh -a + - export PATH=$$NDK$$:$$SDK$$/tools:$PATH + - ./build.sh release || true - versionName: 0.0.2 versionCode: 3 @@ -37,19 +45,27 @@ Builds: commit: b716c4d43ab901821a0e2c1f25e6c050d5e37346 subdir: project submodules: true - init: |- - cd .. && make -C src/AndroidData && ./changeAppSettings.sh -a && export PATH=$$NDK$$:$$SDK$$/tools:$PATH && ./build.sh release || true + init: + - cd .. + - make -C src/AndroidData + - ./changeAppSettings.sh -a + - export PATH=$$NDK$$:$$SDK$$/tools:$PATH + - ./build.sh release || true - versionName: 0.0.4 versionCode: 4 commit: bd3b5386fb6211d12af4f69daa125750b556ac19 subdir: project/app submodules: true - init: |- - cd ../.. && make -C src/AndroidData && ./changeAppSettings.sh -a + init: + - cd ../.. + - make -C src/AndroidData + - ./changeAppSettings.sh -a gradle: - yes - build: cd ../.. && ./build.sh release || true + build: + - cd ../.. + - ./build.sh release || true ndk: r18b AutoUpdateMode: None