Skip to content

Commit

Permalink
CircleCI: x230-nkstorecli board pair for module build errors logs sho…
Browse files Browse the repository at this point in the history
…wn on screen
  • Loading branch information
tlaurion committed Sep 4, 2020
1 parent 263d9c8 commit cb523b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
command: |
rm -rf build/x230-nkstorecli/* build/log/* && make --load 2 \
V=1 \
BOARD=x230-nkstorecli \
BOARD=x230-nkstorecli || (find ./build/log/ -cmin 1|xargs tail; exit 1) \
no_output_timeout: 3h
- run:
name: Ouput x230-nkstorecli hashes
Expand Down

0 comments on commit cb523b7

Please sign in to comment.