aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-05-26 09:56:50 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-05-26 09:56:50 +0300
commit335cad4fe862e4624576a42c6ff037ecea5261bb (patch)
tree02f659a945ac8cff0640ea99bc0033c66da70671 /zephyr-upstream.yaml
parent8a39947b1a84c2661e3726d9a9e9e3bfcb5b8d9e (diff)
zephyr-upstream: publish the tests
Change-Id: I205c2f9ee3d4cd42fdbb00dbcdfcdbbfc91318d5 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'zephyr-upstream.yaml')
-rw-r--r--zephyr-upstream.yaml15
1 files changed, 9 insertions, 6 deletions
diff --git a/zephyr-upstream.yaml b/zephyr-upstream.yaml
index 71abfe898a..bda1392ae0 100644
--- a/zephyr-upstream.yaml
+++ b/zephyr-upstream.yaml
@@ -89,12 +89,15 @@
cd ${WORKSPACE}
find samples tests -type f -name '.config' -exec rename 's/.config/zephyr.config/' {} +
- rsync -avm \
- --include=zephyr.bin \
- --include=zephyr.config \
- --include='*/' \
- --exclude='*' \
- samples/ out/
+ mkdir out
+ for project in samples tests; do
+ rsync -avm \
+ --include=zephyr.bin \
+ --include=zephyr.config \
+ --include='*/' \
+ --exclude='*' \
+ ${project}/ out/${project}/
+ done
# Publish
test -d ${HOME}/bin || mkdir ${HOME}/bin