Files
ci-emsdk/test.sh

7 lines
191 B
Bash
Raw Normal View History

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 -v