Files
ci-emsdk/scripts/test.sh
Sam Clegg e381caad2f Move test scripts into scripts directory (#485)
I'm planning on adding a some scripts for managing node and python
binaries and I don't want to clutter up the top level any more.
2020-05-04 13:40:24 -07:00

12 lines
227 B
Bash
Executable File

#!/usr/bin/env bash
echo "test the standard workflow (as close as possible to how a user would do it, in the shell)"
set -x
set -e
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh --build=Release
emcc -v