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
This commit is contained in:
Sam Clegg
2019-08-29 00:35:36 -07:00
committed by GitHub
parent 80f490f749
commit 880be59788
8 changed files with 179 additions and 87 deletions

View File

@@ -1,7 +1,11 @@
#!/usr/bin/env sh
#!/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