From 3c37985db8307119039d67df835f23070f67229e Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Fri, 16 Sep 2022 03:11:06 +0300 Subject: [PATCH] add windows target --- .drone.yml | 68 +++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/.drone.yml b/.drone.yml index 814355fd..12f4dd8c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,37 +1,37 @@ -#kind: pipeline -#type: exec -#name: Continuous Integration -# -#steps: -# - name: Prepare -# commands: -# - ln -s /var/lib/drone-runner-exec/.local $HOME/.local -# -# - name: Run Tests -# commands: -# - ./ci.py --ci-run-tests -# - sonar-scanner -Dsonar.projectKey=SelfPrivacy-Flutter-App -Dsonar.sources=. -Dsonar.host.url=http://analyzer.lan:9000 -Dsonar.login="$SONARQUBE_TOKEN" -# environment: -# SONARQUBE_TOKEN: -# from_secret: SONARQUBE_TOKEN -# -# - name: Build Linux Target -# commands: -# - ./ci.py --ci-build-linux -# -# - name: Build APK Target -# commands: -# - ./ci.py --ci-build-apk -# -#trigger: -# event: -# - push -# - pull_request -# -#node: -# server: builder -# -#--- +kind: pipeline +type: exec +name: Continuous Integration + +steps: + - name: Prepare + commands: + - ln -s /var/lib/drone-runner-exec/.local $HOME/.local + + - name: Run Tests + commands: + - ./ci.py --ci-run-tests + - sonar-scanner -Dsonar.projectKey=SelfPrivacy-Flutter-App -Dsonar.sources=. -Dsonar.host.url=http://analyzer.lan:9000 -Dsonar.login="$SONARQUBE_TOKEN" + environment: + SONARQUBE_TOKEN: + from_secret: SONARQUBE_TOKEN + + - name: Build Linux Target + commands: + - ./ci.py --ci-build-linux + + - name: Build APK Target + commands: + - ./ci.py --ci-build-apk + +trigger: + event: + - push + - pull_request + +node: + server: builder + +--- kind: pipeline type: exec