We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a81626 commit 5a09b80Copy full SHA for 5a09b80
.github/workflows/action_tools.yml
@@ -68,12 +68,12 @@ jobs:
68
echo "Errors found in menuconfig, failing the build."
69
exit 1
70
fi
71
+ pushd bsp/$TEST_BSP_ROOT && pkgs --update && popd
72
scons -j$(nproc) -C $TEST_BSP_ROOT
73
74
- name: Project generate Tools
75
if: ${{ success() }}
76
run: |
- pushd bsp/$TEST_BSP_ROOT && pkgs --update && popd
77
echo "Test to generate eclipse project"
78
scons --target=eclipse -s -C $TEST_BSP_ROOT
79
echo "Test to generate cmake project"
0 commit comments