feature/top10
Aurelien Hubert 7 years ago
parent cf1791a471
commit 8f66da6e27
  1. 23
      .gitlab-ci.yml

@ -24,26 +24,13 @@ before_script:
- set -o pipefail - set -o pipefail
stages: stages:
- build
- test - test
# - build
#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:
# stage: build
# script:
# - ./gradlew assembleDebug
# artifacts:
# paths:
# - app/build/outputs/
#unitTests:
# stage: test
# script:
- ./gradlew -Pci --console=plain :app:testDebug
instrumentedTests: instrumentedTests:
stage: test stage: test

Loading…
Cancel
Save