circleci: run try-build target on ci
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Mar 5, 2019 at 10:57 UTC
d2a2e1493d1ba7b7e002329319bfc16353279d0b
1 file changed
+1
.circleci/config.yml
+1
@@ -43,6 +43,7 @@ jobs:
43
- *make_out_dirs
44
- *restore_gomod
45
46
+ - run: make cmd/ipfs-try-build
47
- run: |
48
make -j 1 test/unit/gotest.junit.xml \
49
&& [[ ! $(jq -s -c 'map(select(.Action == "fail")) | .[]' test/unit/gotest.json) ]]