Update .gitlab-ci.yml
This commit is contained in:
@@ -59,15 +59,7 @@ before_script:
|
|||||||
|
|
||||||
# Basic android and gradle stuff
|
# Basic android and gradle stuff
|
||||||
# Check linting
|
# Check linting
|
||||||
lintDebug:
|
build_debug:
|
||||||
interruptible: true
|
|
||||||
stage: build
|
|
||||||
script:
|
|
||||||
- ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint
|
|
||||||
|
|
||||||
# Make Project
|
|
||||||
assembleDebug:
|
|
||||||
interruptible: true
|
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- ./gradlew assembleDebug
|
- ./gradlew assembleDebug
|
||||||
@@ -76,7 +68,6 @@ assembleDebug:
|
|||||||
- app/build/outputs/
|
- app/build/outputs/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.test_lab_template: &test_lab_template_def
|
.test_lab_template: &test_lab_template_def
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user