We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3258584 commit 27847e4Copy full SHA for 27847e4
.github/workflows/deploy-pages.yml
@@ -178,6 +178,14 @@ jobs:
178
..
179
emmake make -j ${{ env.ncpus }} install
180
181
+ - name: Test xeus-cpp C++ Emscripten
182
+ shell: bash -l {0}
183
+ run: |
184
+ set -e
185
+ micromamba activate CppInterOp-wasm
186
+ cd ./xeus-cpp/build/test
187
+ node test_xeus_cpp.js
188
+
189
- name: Jupyter Lite integration
190
shell: bash -l {0}
191
run: |
.github/workflows/emscripten.yml
@@ -539,3 +539,10 @@ jobs:
539
540
541
542
543
544
545
546
547
548
0 commit comments