|
|
|
@ -24,25 +24,25 @@ before_script: |
|
|
|
- set -o pipefail |
|
|
|
- set -o pipefail |
|
|
|
|
|
|
|
|
|
|
|
stages: |
|
|
|
stages: |
|
|
|
- build |
|
|
|
# - build |
|
|
|
- test |
|
|
|
- test |
|
|
|
|
|
|
|
|
|
|
|
#lintDebug: |
|
|
|
#lintDebug: |
|
|
|
stage: build |
|
|
|
# stage: build |
|
|
|
script: |
|
|
|
# script: |
|
|
|
- ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint |
|
|
|
# - ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint |
|
|
|
|
|
|
|
|
|
|
|
#assembleDebug: |
|
|
|
#assembleDebug: |
|
|
|
stage: build |
|
|
|
# stage: build |
|
|
|
script: |
|
|
|
# script: |
|
|
|
- ./gradlew assembleDebug |
|
|
|
# - ./gradlew assembleDebug |
|
|
|
artifacts: |
|
|
|
# artifacts: |
|
|
|
paths: |
|
|
|
# paths: |
|
|
|
- app/build/outputs/ |
|
|
|
# - app/build/outputs/ |
|
|
|
|
|
|
|
|
|
|
|
#unitTests: |
|
|
|
#unitTests: |
|
|
|
stage: test |
|
|
|
# stage: test |
|
|
|
script: |
|
|
|
# script: |
|
|
|
- ./gradlew -Pci --console=plain :app:testDebug |
|
|
|
- ./gradlew -Pci --console=plain :app:testDebug |
|
|
|
|
|
|
|
|
|
|
|
instrumentedTests: |
|
|
|
instrumentedTests: |
|
|
|
|