1 2 3 4 5 6 7 8 9 10
@pushd "%~dp0.." && setlocal cargo +stable test @if ERRORLEVEL 1 goto :die cargo +stable build --all-targets @if ERRORLEVEL 1 goto :die :die @popd && endlocal && exit /b %ERRORLEVEL%