1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-17 21:18:31 +02:00

increase parallel build

This commit is contained in:
Anthony HAMON 2018-08-26 11:30:03 +02:00
parent f6ab11e4ee
commit 55c6af258d

View File

@ -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: |