The source project of this merge request has been removed.
add vlc.js build dockerfile
this will set the environment and sdk to run vlc.js build script
*added videolan uid after review (Hugo) *updated the base image to debian bullseye *added env variable that points to sdk location *removed whitespaces and extra lines, and useless instructions
next steps would be :
- source $EMSCRIPTEN_SDK/emsdk_env.sh
- git clone git@code.videolan.org:b1ue/vlc.git --branch vlcjs/wip/upstream.ci.2
- /bin/bash vlc/extras/package/wasm-emscripten/build.sh
- emrun --no_browser vlc.js/vlc.html
Edited by Mehdi Sabwat