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