enso/run.cmd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
253 B
Batchfile
Raw Normal View History

@ pushd %~dp0
2022-05-23 05:16:04 +03:00
@ set TARGET_DIR=%~dp0target\enso-build
@ set TARGET_EXE=%TARGET_DIR%\buildscript\enso-build-cli.exe
cargo build --profile buildscript --target-dir "%TARGET_DIR%" --package enso-build-cli && "%TARGET_EXE%" %*
@ popd
@ exit /b %ERRORLEVEL%