Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,9 @@ cache: test: script: - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh) - ./gradlew check connectedCheck # - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh) # - ./gradlew check connectedCheck - ./gradlew check artifacts: paths: - build/outputs/lint-results-debug.html Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'org.apache.commons:commons-text:1.1' implementation 'org.apache.commons:commons-text:1.6' implementation 'commons-io:commons-io:2.6' // ez-vcard to parse/generate VCards Loading src/androidTest/java/at/bitfire/vcard4android/AndroidAddressBookTest.kt +2 −1 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ class AndroidAddressBookTest { @After fun disconnect() { @Suppress("DEPRECATION") provider.release() } Loading src/androidTest/java/at/bitfire/vcard4android/AndroidContactTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ class AndroidContactTest { @After fun disconnect() { @Suppress("DEPRECATION") provider.release() } Loading src/androidTest/java/at/bitfire/vcard4android/AndroidGroupTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ class AndroidGroupTest { @After fun disconnect() { @Suppress("DEPRECATION") provider.release() } Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -9,8 +9,9 @@ cache: test: script: - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh) - ./gradlew check connectedCheck # - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh) # - ./gradlew check connectedCheck - ./gradlew check artifacts: paths: - build/outputs/lint-results-debug.html Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'org.apache.commons:commons-text:1.1' implementation 'org.apache.commons:commons-text:1.6' implementation 'commons-io:commons-io:2.6' // ez-vcard to parse/generate VCards Loading
src/androidTest/java/at/bitfire/vcard4android/AndroidAddressBookTest.kt +2 −1 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ class AndroidAddressBookTest { @After fun disconnect() { @Suppress("DEPRECATION") provider.release() } Loading
src/androidTest/java/at/bitfire/vcard4android/AndroidContactTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ class AndroidContactTest { @After fun disconnect() { @Suppress("DEPRECATION") provider.release() } Loading
src/androidTest/java/at/bitfire/vcard4android/AndroidGroupTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ class AndroidGroupTest { @After fun disconnect() { @Suppress("DEPRECATION") provider.release() } Loading