aboutsummaryrefslogtreecommitdiff
path: root/.shippable.yml
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2017-11-13 15:31:07 +0100
committerJérôme Forissier <jerome.forissier@linaro.org>2017-11-15 10:49:18 +0100
commit5762c0a71de265219095052b53cc735add963b19 (patch)
treef13500318fb079df6df5cf6083c8b8792acaa3bf /.shippable.yml
parent11a9c2baa20010f8a65a51fe777611de2bbd9c7b (diff)
ci: .shippable.yml: enable RPMB FS during "make check"
For better test coverage, run xtest in QEMU with RPMB FS enabled. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to '.shippable.yml')
-rw-r--r--.shippable.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.shippable.yml b/.shippable.yml
index 25794185..10901e09 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -180,7 +180,7 @@ build:
unset CC &&
make -k clean 2>&1 >/dev/null &&
ccache -z &&
- make -s -j$(getconf _NPROCESSORS_ONLN) check CROSS_COMPILE="ccache arm-linux-gnueabihf-" AARCH32_CROSS_COMPILE=arm-linux-gnueabihf- DUMP_LOGS_ON_ERROR=1 &&
+ make -s -j$(getconf _NPROCESSORS_ONLN) check CROSS_COMPILE="ccache arm-linux-gnueabihf-" AARCH32_CROSS_COMPILE=arm-linux-gnueabihf- DUMP_LOGS_ON_ERROR=1 CFG_RPMB_FS=y CFG_RPMB_WRITE_KEY=y &&
ccache -s &&
make -k clean 2>&1 >/dev/null;