- 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
7 lines
183 B
Batchfile
Executable File
7 lines
183 B
Batchfile
Executable File
:: equivilent of test.sh as windows bat file
|
|
set PATH=%PATH%;%PYTHON_BIN%
|
|
@CALL emsdk install latest
|
|
@CALL emsdk activate latest
|
|
@CALL emsdk_env.bat --build=Release
|
|
@CALL emcc.bat -v
|