diff --git a/.circleci/config.yml b/.circleci/config.yml index e8b471a2..48e39ee4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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