ci: split gox step

pull/172/head
Dawid Dziurla 5 years ago
parent 939305ff5a
commit 74444ae328
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

@ -22,9 +22,13 @@ build-shared: &build-shared
command: |
go test -v ./...
- run:
name: Compile project on every platform
name: Get gox
working_directory: "/tmp"
command: |
go get github.com/mitchellh/gox
- run:
name: Compile project on every platform
command: |
gox -parallel 10 -os "linux freebsd" -osarch "darwin/i386 darwin/amd64"
- save_cache:
key: pkg-cache-{{ checksum "go.sum" }}-v5

Loading…
Cancel
Save