Files
ci-emsdk/test.sh
Alon Zakai d33f7a2900 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.
2019-06-26 13:13:48 -07:00

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