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:
parent
f6ab11e4ee
commit
55c6af258d
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user