8000
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 ce85999 commit 811f250Copy full SHA for 811f250
tools/ci.sh
@@ -184,12 +184,12 @@ function ci_webassembly_setup {
184
185
function ci_webassembly_build {
186
source emsdk/emsdk_env.sh
187
- make ${MAKEOPTS} -C ports/webassembly
+ make ${MAKEOPTS} -C ports/webassembly VARIANT=pyscript submodules
188
+ make ${MAKEOPTS} -C ports/webassembly VARIANT=pyscript
189
}
190
191
function ci_webassembly_run_tests {
- # This port is very slow at running, so only run a few of the tests.
192
- (cd tests && MICROPY_MICROPYTHON=../ports/webassembly/node_run.sh ./run-tests.py -j1 basics/builtin_*.py)
+ make -C ports/webassembly VARIANT=pyscript test
193
194
195
########################################################################################
0 commit comments