Loading .gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,8 @@ before_script: # Basic android and gradle stuff # Check linting lintDebug: tags: - amd64 interruptible: true stage: build script: Loading @@ -71,6 +73,8 @@ lintDebug: # Make Project assembleDebug: tags: - amd64 interruptible: true stage: build script: Loading @@ -81,6 +85,8 @@ assembleDebug: # Run all tests, if any fails, interrupt the pipeline(fail it) debugTests: tags: - amd64 interruptible: true stage: test script: Loading Loading
.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,8 @@ before_script: # Basic android and gradle stuff # Check linting lintDebug: tags: - amd64 interruptible: true stage: build script: Loading @@ -71,6 +73,8 @@ lintDebug: # Make Project assembleDebug: tags: - amd64 interruptible: true stage: build script: Loading @@ -81,6 +85,8 @@ assembleDebug: # Run all tests, if any fails, interrupt the pipeline(fail it) debugTests: tags: - amd64 interruptible: true stage: test script: Loading