summaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-03-23 11:56:39 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-03-23 12:00:43 +1100
commitb99305c909b891a0bc49050e48d48d1f4af55580 (patch)
tree645724173653b27d92f1fcd05f74952db102fdb2 /.circleci
parentd84dfc23e7fe4e70ffd129a769d641c917972738 (diff)
push codecov result before compiling on all platforms
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 79341761f..5f6731055 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -21,14 +21,14 @@ jobs:
command: |
./test.sh
- run:
+ name: Push on codecov result
+ command: |
+ bash <(curl -s https://codecov.io/bash)
+ - run:
name: Compile project on every platform
command: |
go get github.com/mitchellh/gox
gox -parallel 10 -os "linux freebsd netbsd windows" -osarch "darwin/i386 darwin/amd64"
- - run:
- name: Push on codecov result
- command: |
- bash <(curl -s https://codecov.io/bash)
- save_cache:
key: pkg-cache-{{ checksum "Gopkg.lock" }}-v4
paths: