mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-30 09:16:47 +02:00
exclude openbsd cause of go-git bugs on this platform
This commit is contained in:
parent
2273f4c0a5
commit
caf99d2d64
@ -15,7 +15,7 @@ jobs:
|
||||
name: Compile project on every platform
|
||||
command: |
|
||||
go get github.com/mitchellh/gox
|
||||
gox
|
||||
gox -os "linux darwin freebsd netbsd windows"
|
||||
- run:
|
||||
name: Push on codecov result
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user