Files
ci-emsdk/test/test.bat
Sam Clegg 2b10b1bfc3 Use default python in PATH for circleci windows bot. NFC (#1609)
`C:\Python312\python.exe` is already in the path by default.

We no longer need to set this special path or environment variable. In
fact this code was doing nothing since it was adding the end of the PATH
so the system python was already coming first.
2025-10-03 15:34:43 -07:00

7 lines
185 B
Batchfile
Executable File

:: equivalent of test.sh as windows bat file
CALL emsdk install latest
CALL emsdk activate latest
CALL emsdk_env.bat
CALL python -c "import sys; print(sys.executable)"
CALL emcc.bat -v