Update gitlab-ci config

feature/top10
Aurelien Hubert 7 years ago
parent fbfcf648a4
commit 010da36955
  1. 24
      .gitlab-ci.yml

@ -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:

Loading…
Cancel
Save