mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-27 00:51:18 +02:00
increase parallel build
This commit is contained in:
@ -25,7 +25,7 @@ jobs:
|
|||||||
name: Compile project on every platform
|
name: Compile project on every platform
|
||||||
command: |
|
command: |
|
||||||
go get github.com/mitchellh/gox
|
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:
|
- run:
|
||||||
name: Push on codecov result
|
name: Push on codecov result
|
||||||
command: |
|
command: |
|
||||||
|
Reference in New Issue
Block a user