mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
ensure 'make check' updates rslib version
This commit is contained in:
parent
b337dda8df
commit
43978b7257
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -155,6 +155,7 @@ clean-dist: buildhash
|
||||||
check: pyenv buildhash prepare
|
check: pyenv buildhash prepare
|
||||||
@set -eu -o pipefail ${SHELLFLAGS}; \
|
@set -eu -o pipefail ${SHELLFLAGS}; \
|
||||||
.github/scripts/trailing-newlines.sh; \
|
.github/scripts/trailing-newlines.sh; \
|
||||||
|
$(SUBMAKE) -C rslib develop; \
|
||||||
for dir in $(CHECKABLE_RS); do \
|
for dir in $(CHECKABLE_RS); do \
|
||||||
$(SUBMAKE) -C $$dir check; \
|
$(SUBMAKE) -C $$dir check; \
|
||||||
done; \
|
done; \
|
||||||
|
|
Loading…
Reference in a new issue