Skip to content
Snippets Groups Projects
Commit eb147cbd authored by TacoTheDank's avatar TacoTheDank
Browse files

Merge branch 'master' into 'master'

Update .gitlab-ci.yml

See merge request xphnx/ameixa!28
parents 1a78587e 8c51e515
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ image: openjdk:8-jdk ...@@ -3,7 +3,7 @@ image: openjdk:8-jdk
variables: variables:
ANDROID_COMPILE_SDK: "28" ANDROID_COMPILE_SDK: "28"
ANDROID_BUILD_TOOLS: "28.0.1" ANDROID_BUILD_TOOLS: "28.0.2"
ANDROID_SDK_TOOLS: "4333796" ANDROID_SDK_TOOLS: "4333796"
before_script: before_script:
...@@ -25,7 +25,6 @@ before_script: ...@@ -25,7 +25,6 @@ before_script:
stages: stages:
- test - test
- build - build
- release
unitTests: unitTests:
stage: test stage: test
...@@ -36,14 +35,6 @@ build: ...@@ -36,14 +35,6 @@ build:
stage: build stage: build
script: script:
- ./gradlew assembleDebug - ./gradlew assembleDebug
artifacts:
paths:
- app/build/outputs/
- build/logs/
release:
stage: release
script:
- ./gradlew assembleRelease - ./gradlew assembleRelease
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment