1
0
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:
antham 2018-08-25 15:32:06 +02:00 committed by Anthony HAMON
parent 23fe0290ad
commit 2273f4c0a5

View File

@ -11,6 +11,11 @@ jobs:
name: Run tests
command: |
./test.sh
- run:
name: Compile project on every platform
command: |
go get github.com/mitchellh/gox
gox
- run:
name: Push on codecov result
command: |