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 46bd566 commit 57e968fCopy full SHA for 57e968f
.circleci/config.yml
@@ -318,6 +318,7 @@ commands:
318
# PIC version of libSDL which is used by test_sdl2_misc_main_module
319
export EM_FROZEN_CACHE=""
320
test/runner << parameters.test_targets >>
321
+ - upload-test-results
322
setup-macos:
323
steps:
324
- run:
@@ -720,6 +721,7 @@ jobs:
720
721
test_targets: "
722
core0.test_hello_argc
723
core2.test_demangle_stacks_symbol_map"
724
725
test-node-compat:
726
# We don't use `bionic` here since its too old to run recent node versions:
727
# `/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found`
0 commit comments