mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 17:39:42 +00:00
add windows target
This commit is contained in:
parent
ea1637dcef
commit
d09251180a
68
.drone.yml
68
.drone.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue