You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may just be a question rather than an RFI. I need to run cpack to build .zip files of the .js & .wasm built by Emscripten. CMake configuration and build is run in docker, on Travis-CI, by
After this, when I run cpack outside docker it can't find its template files which it thinks should be in /opt/.... which is where they are in docker where cmake configuration was done. So I tried
docker exec -it emscripten sh -c "cpack --verbose -G ZIP"
I got sh: 1: cpack: not found. I've just confirmed the docker image only has cmake and ctest. Please add cpack.
The text was updated successfully, but these errors were encountered:
Please state what is missing:
This may just be a question rather than an RFI. I need to run cpack to build .zip files of the .js & .wasm built by Emscripten. CMake configuration and build is run in docker, on Travis-CI, by
After this, when I run cpack outside docker it can't find its template files which it thinks should be in /opt/.... which is where they are in docker where cmake configuration was done. So I tried
I got
sh: 1: cpack: not found
. I've just confirmed the docker image only hascmake
andctest
. Please addcpack
.The text was updated successfully, but these errors were encountered: