From d2395fabf501087a02b8ed5ca733c7f00b5e9625 Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Wed, 3 Jul 2019 10:28:58 +0100 Subject: [PATCH] #98 fix Issue id: LocaleFolder - temporarily disable most of build for quick feedback --- .travis.yml | 19 ++++++++++--------- app/src/main/res/values-in | 1 - .../res/{values-he => values-in}/strings.xml | 0 app/src/main/res/values-iw | 1 - .../res/{values-id => values-iw}/strings.xml | 0 app/src/main/res/values-ji | 1 - .../res/{values-yi => values-ji}/strings.xml | 0 7 files changed, 10 insertions(+), 12 deletions(-) delete mode 120000 app/src/main/res/values-in rename app/src/main/res/{values-he => values-in}/strings.xml (100%) delete mode 120000 app/src/main/res/values-iw rename app/src/main/res/{values-id => values-iw}/strings.xml (100%) delete mode 120000 app/src/main/res/values-ji rename app/src/main/res/{values-yi => values-ji}/strings.xml (100%) diff --git a/.travis.yml b/.travis.yml index 231441fb0..58f4b44d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,19 +48,20 @@ licenses: - ".+" before_script: - - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 100M - - emulator -avd test -no-audio -no-window & +# - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 100M +# - emulator -avd test -no-audio -no-window & script: - - ./gradlew lintKiwixDebug jacocoTestKiwixDebugUnitTestReport - - android-wait-for-emulator - - adb shell input keyevent 82 & - - adb -e logcat *:D > logcat.log & - - ./gradlew createKiwixDebugCoverageReport + - ./gradlew lintKiwixDebug +# jacocoTestKiwixDebugUnitTestReport +# - android-wait-for-emulator +# - adb shell input keyevent 82 & +# - adb -e logcat *:D > logcat.log & +# - ./gradlew createKiwixDebugCoverageReport after_success: - - bash <(curl -s https://codecov.io/bash) - - ./gradlew kiwixtestUploadKiwix assembleKiwixRelease +# - bash <(curl -s https://codecov.io/bash) +# - ./gradlew kiwixtestUploadKiwix assembleKiwixRelease after_failure: - export LOG_DIR = ${TRAVIS_HOME}/build/kiwix/kiwix-android/app/build/outputs/reports/androidTests/connected/flavors/KIWIX/ diff --git a/app/src/main/res/values-in b/app/src/main/res/values-in deleted file mode 120000 index f7118b95e..000000000 --- a/app/src/main/res/values-in +++ /dev/null @@ -1 +0,0 @@ -values-id \ No newline at end of file diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-in/strings.xml similarity index 100% rename from app/src/main/res/values-he/strings.xml rename to app/src/main/res/values-in/strings.xml diff --git a/app/src/main/res/values-iw b/app/src/main/res/values-iw deleted file mode 120000 index 57bf91954..000000000 --- a/app/src/main/res/values-iw +++ /dev/null @@ -1 +0,0 @@ -values-he \ No newline at end of file diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-iw/strings.xml similarity index 100% rename from app/src/main/res/values-id/strings.xml rename to app/src/main/res/values-iw/strings.xml diff --git a/app/src/main/res/values-ji b/app/src/main/res/values-ji deleted file mode 120000 index 2acf80afb..000000000 --- a/app/src/main/res/values-ji +++ /dev/null @@ -1 +0,0 @@ -values-yi \ No newline at end of file diff --git a/app/src/main/res/values-yi/strings.xml b/app/src/main/res/values-ji/strings.xml similarity index 100% rename from app/src/main/res/values-yi/strings.xml rename to app/src/main/res/values-ji/strings.xml