mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-13 01:30:53 +02:00
add compile step in circleci
This commit is contained in:
@ -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: |
|
||||||
|
Reference in New Issue
Block a user