From 869f8b69aad74884b5440e390ca27151d6cb60e6 Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Fri, 16 Sep 2022 02:32:02 +0300 Subject: [PATCH] add windows target --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index e89911be..7d5cca93 100644 --- a/.drone.yml +++ b/.drone.yml @@ -171,3 +171,15 @@ node: depends_on: - Release + +--- + +kind: pipeline +type: exec +name: Windows + +steps: + - flutter build windows + +node: + server: windows