aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 716de169a0..74dbf107bd 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -97,6 +97,18 @@ steps:
- rm ./gitea # clean
depends_on: [checks-backend]
+ - name: build-backend-windows
+ image: golang:1.15
+ environment:
+ GO111MODULE: on
+ GOPROXY: off
+ GOOS: windows
+ GOARCH: amd64
+ TAGS: bindata gogit
+ commands:
+ - go build -mod=vendor -o gitea_windows
+ depends_on: [checks-backend]
+
- name: build-backend-386
image: golang:1.15
environment: