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 fb63ecb commit adebea0Copy full SHA for adebea0
.github/workflows/manual_dist.yml
@@ -154,10 +154,10 @@ jobs:
154
scons -C bsp/$RTT_BSP --pyconfig-silent
155
pushd bsp/$RTT_BSP && pkgs --update && popd
156
cat bsp/$RTT_BSP/.config
157
- scons -C bsp/$RTT_BSP -j$(nproc)
+ scons -C bsp/$RTT_BSP -j$(nproc) --cdb
158
ls bsp/$RTT_BSP
159
scons --dist -C bsp/$RTT_BSP
160
- cppcheck --project=bsp/$RTT_BSP/compile_commands.json
+ cppcheck --project=bsp/$RTT_BSP/build/compile_commands.json
161
162
- uses: actions/upload-artifact@main
163
if: ${{ github.event.inputs.dist_flag && success()}}
0 commit comments