Test on Windows and macOS too
This commit is contained in:
@@ -2,3 +2,15 @@ include:
|
|||||||
- component: $CI_SERVER_FQDN/go/components/golang@master
|
- component: $CI_SERVER_FQDN/go/components/golang@master
|
||||||
inputs:
|
inputs:
|
||||||
build-mode: modules
|
build-mode: modules
|
||||||
|
|
||||||
|
go-build-test:
|
||||||
|
parallel:
|
||||||
|
matrix:
|
||||||
|
- GO_TARGET_OS: "linux"
|
||||||
|
GO_TARGET_ARCH: "amd64"
|
||||||
|
- GO_TARGET_OS: "linux"
|
||||||
|
GO_TARGET_ARCH: "arm64"
|
||||||
|
- GO_TARGET_OS: "darwin"
|
||||||
|
GO_TARGET_ARCH: "amd64"
|
||||||
|
- GO_TARGET_OS: "windows"
|
||||||
|
GO_TARGET_ARCH: "amd64"
|
||||||
|
Reference in New Issue
Block a user