Actually build 386 executables

This commit is contained in:
David Vogel 2019-10-25 21:10:24 +02:00
parent ac2e0bff40
commit d5f3390bf1

View File

@ -8,6 +8,9 @@ env:
matrix: matrix:
include: include:
- os: windows - os: windows
env:
- GOOS=windows
- GOARCH=386
script: script:
- cd bin/stitch - cd bin/stitch
- go test - go test