mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
build.yml: Fix No files were found with the provided path
Fix Warning: No files were found with the provided path: buildartifacts/. Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
@@ -190,6 +190,8 @@ jobs:
|
|||||||
BLOBDIR: /tools/blobs
|
BLOBDIR: /tools/blobs
|
||||||
with:
|
with:
|
||||||
run: |
|
run: |
|
||||||
|
export ARTIFACTDIR=`pwd`/buildartifacts
|
||||||
|
|
||||||
pip install ntfc==0.0.1
|
pip install ntfc==0.0.1
|
||||||
mkdir /github/workspace/nuttx-ntfc
|
mkdir /github/workspace/nuttx-ntfc
|
||||||
mkdir /github/workspace/nuttx-ntfc/external
|
mkdir /github/workspace/nuttx-ntfc/external
|
||||||
@@ -197,10 +199,9 @@ jobs:
|
|||||||
# get NTFC test cases
|
# get NTFC test cases
|
||||||
cd external
|
cd external
|
||||||
git clone -b release-0.0.1 https://github.com/szafonimateusz-mi/nuttx-testing
|
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"
|
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/nuttx
|
||||||
git config --global --add safe.directory /github/workspace/sources/apps
|
git config --global --add safe.directory /github/workspace/sources/apps
|
||||||
cd /github/workspace/sources/nuttx/tools/ci
|
cd /github/workspace/sources/nuttx/tools/ci
|
||||||
|
|||||||
Reference in New Issue
Block a user