circleci: run try-build target on ci

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-03-05 10:57:14 +01:00
parent 44d828876b
commit d2a2e1493d

View File

@ -43,6 +43,7 @@ jobs:
- *make_out_dirs
- *restore_gomod
- run: make cmd/ipfs-try-build
- run: |
make -j 1 test/unit/gotest.junit.xml \
&& [[ ! $(jq -s -c 'map(select(.Action == "fail")) | .[]' test/unit/gotest.json) ]]