Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,17 +190,18 @@ jobs:
BLOBDIR: /tools/blobs
with:
run: |
export ARTIFACTDIR=`pwd`/buildartifacts

pip install ntfc==0.0.1
mkdir /github/workspace/nuttx-ntfc
mkdir /github/workspace/nuttx-ntfc/external
cd /github/workspace/nuttx-ntfc
# get NTFC test cases
cd external
git clone -b release-0.0.1 https://github.com/szafonimateusz-mi/nuttx-testing
export NTFCDIR=/github/workspace/nuttx-ntfc

echo "::add-matcher::sources/nuttx/.github/gcc.json"
export ARTIFACTDIR=`pwd`/buildartifacts
export NTFCDIR=/github/workspace/nuttx-ntfc
git config --global --add safe.directory /github/workspace/sources/nuttx
git config --global --add safe.directory /github/workspace/sources/apps
cd /github/workspace/sources/nuttx/tools/ci
Expand Down
Loading