utzig commented on a change in pull request #13: Add Zephyr support to CI
URL: https://github.com/apache/mynewt-nffs/pull/13#discussion_r242852608
 
 

 ##########
 File path: ci/zephyr_run.sh
 ##########
 @@ -0,0 +1,45 @@
+#!/bin/bash -x
+
+export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
+export ZEPHYR_SDK_INSTALL_DIR=$HOME/zephyr-sdk
+export ZEPHYR_BASE=$HOME/zephyr
+
+mkdir zephyr-build && pushd zephyr-build
+
+cmake -DBOARD=qemu_x86 $ZEPHYR_BASE/tests/subsys/fs/nffs_fs_api/basic
 
 Review comment:
   I have not tested the others but nothing is stopping adding support for them 
I guess...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to