drone #26

Merged
AmineB merged 4 commits from drone into master 2022-08-16 19:10:52 +00:00
Showing only changes of commit 88f11762cb - Show all commits

View File

@ -2,9 +2,13 @@ kind: pipeline
type: docker
steps:
- name: build
image: mingc/android-build-box:latest
commands:
- ./gradlew build
- name: code-analysis
image: mingc/android-build-box:latest
detach: true
failure: ignore
commands:
- ls -la
@ -14,9 +18,3 @@ steps:
from_secret: sonarScannerHostUrl
SONAR_LOGIN:
from_secret: sonarScannerLogin
- name: build
image: mingc/android-build-box:latest
commands:
- ./gradlew build