File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -29,26 +29,20 @@ jobs:
2929
3030 - name : install mamba
3131 uses : mamba-org/setup-micromamba@main
32- with :
33- environment-file : environment-wasm-build.yml
34- init-shell : bash
35- environment-name : xeus-cpp-wasm-build
3632
3733 - name : Setup default Build Type on *nux
3834 if : ${{ runner.os != 'windows' }}
3935 run : |
4036 echo "ncpus=$(nproc --all)" >> $GITHUB_ENV
4137
4238 - name : Setup emsdk
43- shell : bash -l {0}
4439 run : |
4540 cd $HOME
4641 git clone https://github.com/emscripten-core/emsdk.git
4742 cd emsdk
4843 ./emsdk install ${{ matrix.emsdk_ver }}
4944
5045 - name : Build xeus-cpp
51- shell : bash -l {0}
5246 run : |
5347 $HOME/emsdk/emsdk activate ${{matrix.emsdk_ver}}
5448 source $HOME/emsdk/emsdk_env.sh
7266 emmake make -j ${{ env.ncpus }} install
7367
7468 - name : Jupyter Lite integration
75- shell : bash -l {0}
7669 run : |
7770 micromamba create -n xeus-lite-host jupyterlite-core
7871 micromamba activate xeus-lite-host
You can’t perform that action at this time.
0 commit comments