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 24913ee commit 2c0de2eCopy full SHA for 2c0de2e
.github/workflows/action_utest.yml
@@ -62,6 +62,9 @@ jobs:
62
- name: Install Tools
63
shell: bash
64
run: |
65
+ wget https://raw.githubusercontent.com/RT-Thread/env/master/install_ubuntu.sh
66
+ chmod 777 install_ubuntu.sh
67
+ ./install_ubuntu.sh
68
sudo apt-get update
69
sudo apt-get -yqq install scons qemu-system git
70
pip3 install kconfiglib
@@ -132,7 +135,6 @@ jobs:
132
135
133
136
echo CONFIG_RT_USING_UTESTCASES=y >> $TEST_BSP_ROOT/.config
134
137
cat examples/utest/configs/$TEST_CONFIG_FILE >> $TEST_BSP_ROOT/.config
- scons --menuconfig
138
scons --pyconfig-silent -C $TEST_BSP_ROOT
139
scons -j$(nproc) --strict -C $TEST_BSP_ROOT
140
0 commit comments