Skip to content
Snippets Groups Projects
Commit 0ac0fa34 authored by Chase Qi's avatar Chase Qi
Browse files

zephyr-kernel-test-twister: deploy cmake and make files for qemu


Both CMakeCache.txt and Makefile are required for qemu as twister
`--test-only` calls `make run` for testing.

Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent fb280603
No related branches found
No related tags found
1 merge request!20zephyr-kernel-test-twister: deploy cmake and make files for qemu
Pipeline #7788 failed
...@@ -76,6 +76,14 @@ ARTIFACTS = "\ ...@@ -76,6 +76,14 @@ ARTIFACTS = "\
zephyr.bin \ zephyr.bin \
zephyr.elf \ zephyr.elf \
" "
ARTIFACTS:append:qemu-x86 = "\
CMakeCache.txt \
Makefile \
"
ARTIFACTS:append:qemu-cortex-m3 = "\
CMakeCache.txt \
Makefile \
"
do_compile() { do_compile() {
if test -n "${ZEPHYRTESTS}"; then if test -n "${ZEPHYRTESTS}"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment