mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 13:42:33 +03:00
b8dd92e9dc
* added polyfill globals plugin to fix issue with missing types like Buffer that was affecting nightly releases; * fixed exit code propagation for Windows build script wrapper; * bumped the build script and refreshed the generated workflows. Includes https://github.com/enso-org/ci-build/pull/8
7 lines
241 B
Batchfile
7 lines
241 B
Batchfile
pushd %~dp0
|
|
@ set TARGET_DIR=%~dp0target\enso-build
|
|
@ set TARGET_EXE=%TARGET_DIR%\buildscript\enso-build3.exe
|
|
cargo build --profile buildscript --target-dir "%TARGET_DIR%" --package enso-build3 && "%TARGET_EXE%" %*
|
|
popd
|
|
exit /b %ERRORLEVEL%
|