Files
ci-emsdk/test.sh
Sam Clegg 880be59788 Add circleci config with mac, windows and linux testing (#338)
- Add EMSDK_NOTTY variable which we can use on CI to prevent tty output.
- Add test.bat for windows which mirrors test.sh.
- Remove travis support
2019-08-29 00:35:36 -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