summaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorAnthony HAMON <anthony.hamon@iadvize.com>2018-08-26 11:30:03 +0200
committerAnthony HAMON <anthony.hamon@iadvize.com>2018-08-26 11:30:03 +0200
commit55c6af258d1ef959b0f6ff29fc3362b8454ed06b (patch)
treed550fa7c52e7d6803c74d60e40e5334e0f6397c6 /.circleci/config.yml
parentf6ab11e4ee1bf0e90b94af28fb16a74ef10e0ae0 (diff)
increase parallel build
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index eca323aed..d60eadaab 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -25,7 +25,7 @@ jobs:
name: Compile project on every platform
command: |
go get github.com/mitchellh/gox
- gox -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
+ gox -parallel 10 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
- run:
name: Push on codecov result
command: |