add windows target

Alya Sirko 2022-09-16 03:11:06 +03:00
parent 595c758021
commit 3c37985db8
1 changed files with 34 additions and 34 deletions

View File

@ -1,37 +1,37 @@
#kind: pipeline kind: pipeline
#type: exec type: exec
#name: Continuous Integration name: Continuous Integration
#
#steps: steps:
# - name: Prepare - name: Prepare
# commands: commands:
# - ln -s /var/lib/drone-runner-exec/.local $HOME/.local - ln -s /var/lib/drone-runner-exec/.local $HOME/.local
#
# - name: Run Tests - name: Run Tests
# commands: commands:
# - ./ci.py --ci-run-tests - ./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" - sonar-scanner -Dsonar.projectKey=SelfPrivacy-Flutter-App -Dsonar.sources=. -Dsonar.host.url=http://analyzer.lan:9000 -Dsonar.login="$SONARQUBE_TOKEN"
# environment: environment:
# SONARQUBE_TOKEN: SONARQUBE_TOKEN:
# from_secret: SONARQUBE_TOKEN from_secret: SONARQUBE_TOKEN
#
# - name: Build Linux Target - name: Build Linux Target
# commands: commands:
# - ./ci.py --ci-build-linux - ./ci.py --ci-build-linux
#
# - name: Build APK Target - name: Build APK Target
# commands: commands:
# - ./ci.py --ci-build-apk - ./ci.py --ci-build-apk
#
#trigger: trigger:
# event: event:
# - push - push
# - pull_request - pull_request
#
#node: node:
# server: builder server: builder
#
#--- ---
kind: pipeline kind: pipeline
type: exec type: exec