You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/12/19 09:39:13 UTC

[GitHub] nvlsianpu commented on a change in pull request #13: Add Zephyr support to CI

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

 ##########
 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:
   Can you enable other nffs test suites as well?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services