Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line # based on https://about.gitlab.com/blog/2018/10/24/setting-up-gitlab-ci-for-android-projects/ image: androidsdk/android-30 #image: androidsdk/android-30 variables: ANDROID_COMPILE_SDK: "28" Loading @@ -17,7 +17,7 @@ demoBuild: stage: build script: - echo "I am building something" tags: [openjdk16] tags: [android30] Tests: stage: test Loading @@ -27,4 +27,4 @@ Tests: artifacts: paths: - app/build/outputs/ tags: [openjdk16] No newline at end of file tags: [android30] No newline at end of file Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line # based on https://about.gitlab.com/blog/2018/10/24/setting-up-gitlab-ci-for-android-projects/ image: androidsdk/android-30 #image: androidsdk/android-30 variables: ANDROID_COMPILE_SDK: "28" Loading @@ -17,7 +17,7 @@ demoBuild: stage: build script: - echo "I am building something" tags: [openjdk16] tags: [android30] Tests: stage: test Loading @@ -27,4 +27,4 @@ Tests: artifacts: paths: - app/build/outputs/ tags: [openjdk16] No newline at end of file tags: [android30] No newline at end of file