mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
murdock: don't do both "clean" and "test-input-hash" targets
This commit is contained in:
parent
ee988add7e
commit
acfe8a1e5b
3
.murdock
3
.murdock
@ -465,8 +465,9 @@ compile() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# compile without Kconfig
|
# compile without Kconfig
|
||||||
|
BOARD=${board} make -C${appdir} clean
|
||||||
CCACHE_BASEDIR="$(pwd)" BOARD=$board TOOLCHAIN=$toolchain RIOT_CI_BUILD=1 \
|
CCACHE_BASEDIR="$(pwd)" BOARD=$board TOOLCHAIN=$toolchain RIOT_CI_BUILD=1 \
|
||||||
make -C${appdir} clean all test-input-hash -j${JOBS:-4}
|
make -C${appdir} all test-input-hash -j${JOBS:-4}
|
||||||
RES=$?
|
RES=$?
|
||||||
|
|
||||||
test_hash=$(test_hash_calc "$BINDIR")
|
test_hash=$(test_hash_calc "$BINDIR")
|
||||||
|
Loading…
Reference in New Issue
Block a user