removing stuff we dont need from build process

This commit is contained in:
TomPallister
2020-01-14 09:50:10 +00:00
parent ec7f0de562
commit 826fae3f27
3 changed files with 43 additions and 105 deletions

View File

@ -3,9 +3,6 @@ NAME ?= ocelot
build:
./build.sh
build_and_release_unstable:
./build.ps1 -target BuildAndReleaseUnstable && exit $LASTEXITCODE
build_and_run_tests:
./build.ps1 -target RunTests && exit $LASTEXITCODE