From 91a2d8f2051b98cd0d8b143e69f6786b1e1cb585 Mon Sep 17 00:00:00 2001 From: Drew Wells Date: Sun, 9 Aug 2015 09:25:59 -0500 Subject: [PATCH] long standing PR in the hopes one day windows builds work --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index f81774d..4cd9293 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,6 +55,7 @@ install: - echo %GOPATH% - dir C:\mingw64\bin - go get golang.org/x/net/context + - go test build_script: - go build -x -ldflags "-extldflags '-static'"