mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-24 09:46:42 +00:00
add windows target
This commit is contained in:
parent
d09251180a
commit
595c758021
|
@ -178,10 +178,11 @@ kind: pipeline
|
||||||
type: exec
|
type: exec
|
||||||
name: Windows
|
name: Windows
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: windows
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build Windows Binary
|
- name: Build Windows Binary
|
||||||
commands:
|
commands:
|
||||||
- flutter build windows
|
- flutter build windows
|
||||||
|
|
||||||
node:
|
|
||||||
kind: windows
|
|
||||||
|
|
Loading…
Reference in a new issue