From f2751eae5450ed7dd8064cb8072ae4ee1796989f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 16 May 2021 22:42:51 +0200 Subject: [PATCH] ci: build for Windows Only added to Gitlab-CI because we just want to test if building works in general. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bacecd..a3b7c4d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,8 @@ # - mkdir /run/sshd - ./ci/run + # Windows is not really supported, but at least check building works + - PATH=$HOME/go/bin:$PATH make GOOS=windows GOFLAGS= debian-sid: <<: *template-docker -- 2.43.2