mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 15:17:12 -05:00
ensure a failed check aborts build
This commit is contained in:
parent
fad2a66bc0
commit
f3a6a661fe
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -69,7 +69,8 @@ clean-dist:
|
||||||
|
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
check: pyenv buildhash
|
check: pyenv buildhash
|
||||||
@. pyenv/bin/activate && \
|
@set -e && \
|
||||||
|
. pyenv/bin/activate && \
|
||||||
$(SUBMAKE) -C rspy develop && \
|
$(SUBMAKE) -C rspy develop && \
|
||||||
$(SUBMAKE) -C pylib develop && \
|
$(SUBMAKE) -C pylib develop && \
|
||||||
for dir in $(CHECKABLE); do \
|
for dir in $(CHECKABLE); do \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue