From: Simon Ruderich Date: Sun, 16 May 2021 20:42:51 +0000 (+0200) Subject: ci: build for Windows X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=commitdiff_plain;h=f2751eae5450ed7dd8064cb8072ae4ee1796989f ci: build for Windows Only added to Gitlab-CI because we just want to test if building works in general. --- 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