mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-26 09:00:57 +02:00
add compile step in circleci
This commit is contained in:
parent
23fe0290ad
commit
2273f4c0a5
@ -11,6 +11,11 @@ jobs:
|
|||||||
name: Run tests
|
name: Run tests
|
||||||
command: |
|
command: |
|
||||||
./test.sh
|
./test.sh
|
||||||
|
- run:
|
||||||
|
name: Compile project on every platform
|
||||||
|
command: |
|
||||||
|
go get github.com/mitchellh/gox
|
||||||
|
gox
|
||||||
- run:
|
- run:
|
||||||
name: Push on codecov result
|
name: Push on codecov result
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user