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
b85a6ba4c4
commit
869f8b69aa
12
.drone.yml
12
.drone.yml
|
@ -171,3 +171,15 @@ node:
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: Windows
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- flutter build windows
|
||||||
|
|
||||||
|
node:
|
||||||
|
server: windows
|
||||||
|
|
Loading…
Reference in a new issue