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 cf8ec79 commit 606919aCopy full SHA for 606919a
.github/workflows/emscripten.yml
@@ -1009,7 +1009,7 @@ jobs:
1009
-DXEUS_CPP_RESOURCE_DIR=${{ env.LLVM_BUILD_DIR }}\lib\clang\${{ matrix.clang-runtime }} `
1010
-DSYSROOT_PATH=${{ env.SYSROOT_PATH }} `
1011
..
1012
- Error-OnFailure { node test_xeus_cpp.js }
+ Error-OnFailure { emmake make -j ${{ env.ncpus }} check-xeus-cpp }
1013
Error-OnFailure { emmake make -j ${{ env.ncpus }} install }
1014
1015
- name: Test xeus-cpp Emscripten C++ tests in browsers on Windows Systems
0 commit comments