From 010da369558dc3b250546888d07742097b673a25 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Wed, 20 Mar 2019 16:40:50 +0100 Subject: [PATCH] Update gitlab-ci config --- .gitlab-ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7f927fc..d810f770 100644 --- a/.gitlab-ci.yml +++ b/.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: