Skip to content

Commit bfeae97

Browse files
committed
appveyor.yml: Update appveyor.yml
1 parent 3150e8b commit bfeae97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ branches:
99
environment:
1010
GOPATH: c:\gopath
1111
PATH: '%GOPATH%\bin;%PATH%'
12+
matrix:
13+
- TARGET: x86_64-pc-windows-gnu
1214

1315
stack: go 1.10
1416

1517
build_script:
18+
- $Env:PATH += ';C:\msys64\mingw64\bin'
1619
- go get -v -t -race ./...
1720

1821
test_script:

0 commit comments

Comments
 (0)