Files
ci-emsdk/test.sh
2019-06-05 10:19:20 -07:00

9 lines
254 B
Bash

echo "test the standard workflow (as close as possible to how a user would do it, in the shell)"
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh --build=Release
emcc hello_world.cpp
emcc hello_world.cpp -s WASM=0
emcc --clear-cache