Extra testing for library building (#291)

Verify the latest things we've started to ship pre-built (libc, struct_info, optimizer) are in fact not built on the user's machine.
This commit is contained in:
Alon Zakai
2019-06-26 13:13:48 -07:00
committed by GitHub
parent 58aad76461
commit d33f7a2900
2 changed files with 49 additions and 10 deletions

View File

@@ -2,7 +2,5 @@ echo "test the standard workflow (as close as possible to how a user would do it
./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
emcc -v