Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5e11d41

Browse files
comment out the filter
Signed-off-by: Dhruva Gole <d-gole@ti.com>
1 parent bd70be5 commit 5e11d41

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎.github/workflows/build.yml‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
CMAKE_PREFIX_PATH: /opt/toolchains
2020
CCACHE_IGNOREOPTIONS: -specs=*
21-
MODULE_PATH: ../modules/lib/ArduinoCore-zephyr
21+
MODULE_PATH: ../modules/lib/Arduino-Zephyr-API
2222

2323
steps:
2424
- name: Checkout
@@ -43,17 +43,17 @@ jobs:
4343
with:
4444
toolchains: arm-zephyr-eabi
4545
manifest-file-name: ${{ env.MODULE_PATH }}/west.yml
46-
west-project-filter: ${{ env.HAL_FILTER }}
46+
#west-project-filter: ${{ env.HAL_FILTER }}
4747
enable-ccache: false
4848

49+
- name: Add manifest path as module
50+
run: |
51+
echo EXTRA_ZEPHYR_MODULES="$(pwd)/$MODULE_PATH" >> $GITHUB_ENV
52+
4953
- name: Initialize
5054
run: |
51-
west init -l Arduino-Zephyr-API/
52-
west update
53-
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
54-
mkdir -p modules/lib
55-
ln -s Arduino-Zephyr-API modules/lib/
56-
cp -rfp ArduinoCore-API/api Arduino-Zephyr-API/cores/arduino/
55+
git clone https://github.com/arduino/ArduinoCore-API.git $MODULE_PATH/../ArduinoCore-API
56+
cp -rfp $MODULE_PATH/../ArduinoCore-API/api Arduino-Zephyr-API/cores/arduino/
5757
5858
- name: Build fade
5959
run: |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /