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
stages:
- build
# - build
- test
#lintDebug:
stage: build
script:
- ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint
# stage: build
# script:
# - ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint
#assembleDebug:
stage: build
script:
- ./gradlew assembleDebug
artifacts:
paths:
- app/build/outputs/
# stage: build
# script:
# - ./gradlew assembleDebug
# artifacts:
# paths:
# - app/build/outputs/
#unitTests:
stage: test
script:
# stage: test
# script:
- ./gradlew -Pci --console=plain :app:testDebug
instrumentedTests:

Loading…
Cancel
Save