2019-08-29 00:35:36 -07:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
2019-06-05 10:19:20 -07:00
|
|
|
echo "test the standard workflow (as close as possible to how a user would do it, in the shell)"
|
2019-08-29 00:35:36 -07:00
|
|
|
|
|
|
|
|
set -x
|
|
|
|
|
set -e
|
|
|
|
|
|
2019-06-05 10:19:20 -07:00
|
|
|
./emsdk install latest
|
|
|
|
|
./emsdk activate latest
|
|
|
|
|
source ./emsdk_env.sh --build=Release
|
2019-06-26 13:13:48 -07:00
|
|
|
emcc -v
|