mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 09:02:20 +08:00
[CI] ci 编译时先执行 scons --pyconfig-silent 后进行编译 (#7383)
This commit is contained in:
2
.github/workflows/action.yml
vendored
2
.github/workflows/action.yml
vendored
@@ -356,6 +356,6 @@ jobs:
|
||||
for bsp in $(echo $SRTT_BSP | tr ',' '\n'); do
|
||||
count=$((count+1))
|
||||
echo "Compiling BSP: ==$count=== $bsp ===="
|
||||
pushd bsp/$bsp && pkgs --update && popd
|
||||
pushd bsp/$bsp && scons --pyconfig-silent && pkgs --update && popd
|
||||
scons -C bsp/$bsp -j8
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user