Loading .gitlab-ci.yml +11 −21 Original line number Diff line number Diff line image: registry.gitlab.com/bitfireat/davdroid:latest image: "registry.gitlab.eelo.io:5000/eelo/docker-android-apps-cicd:latest" stages: - build before_script: - export GRADLE_USER_HOME=`pwd`/.gradle; chmod +x gradlew - export GRADLE_USER_HOME=$(pwd)/.gradle - chmod +x ./gradlew cache: key: ${CI_PROJECT_ID} paths: - .gradle/ test: build: stage: build script: - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh) - adb install src/androidTest/resources/org.dmfs.tasks_6880.apk - ./gradlew check connectedCheck artifacts: paths: - build/outputs/lint-results-debug.html - build/reports/ pages: script: - ./gradlew dokka - mkdir public && mv build/dokka public artifacts: paths: - public only: - master - ./gradlew assembleDebug No newline at end of file Loading
.gitlab-ci.yml +11 −21 Original line number Diff line number Diff line image: registry.gitlab.com/bitfireat/davdroid:latest image: "registry.gitlab.eelo.io:5000/eelo/docker-android-apps-cicd:latest" stages: - build before_script: - export GRADLE_USER_HOME=`pwd`/.gradle; chmod +x gradlew - export GRADLE_USER_HOME=$(pwd)/.gradle - chmod +x ./gradlew cache: key: ${CI_PROJECT_ID} paths: - .gradle/ test: build: stage: build script: - (cd /sdk/emulator; ./emulator @test -no-audio -no-window & wait-for-emulator.sh) - adb install src/androidTest/resources/org.dmfs.tasks_6880.apk - ./gradlew check connectedCheck artifacts: paths: - build/outputs/lint-results-debug.html - build/reports/ pages: script: - ./gradlew dokka - mkdir public && mv build/dokka public artifacts: paths: - public only: - master - ./gradlew assembleDebug No newline at end of file