Skip to content

Commit

Permalink
ensure a failed check aborts build
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Jan 6, 2020
1 parent fad2a66 commit f3a6a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ clean-dist:

.PHONY: check
check: pyenv buildhash
@. pyenv/bin/activate && \
@set -e && \
. pyenv/bin/activate && \
$(SUBMAKE) -C rspy develop && \
$(SUBMAKE) -C pylib develop && \
for dir in $(CHECKABLE); do \
Expand Down

0 comments on commit f3a6a66

Please sign in to comment.