mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-04 20:22:27 +08:00
wip
This commit is contained in:
44
Makefile
44
Makefile
@ -1,23 +1,23 @@
|
||||
NAME ?= ocelot
|
||||
|
||||
build:
|
||||
./build.sh
|
||||
|
||||
build_and_run_tests:
|
||||
./build.sh --target=RunTests
|
||||
|
||||
release:
|
||||
./build.sh --target=Release
|
||||
|
||||
run_acceptance_tests:
|
||||
./build.sh --target=RunAcceptanceTests
|
||||
|
||||
run_benchmarks:
|
||||
./build.sh --target=RunBenchmarkTests
|
||||
|
||||
run_unit_tests:
|
||||
./build.sh --target=RunUnitTests
|
||||
|
||||
release_notes:
|
||||
./build.sh --target=ReleaseNotes
|
||||
NAME ?= ocelot
|
||||
|
||||
build:
|
||||
mono --version
|
||||
|
||||
build_and_run_tests:
|
||||
./build.sh --target=RunTests
|
||||
|
||||
release:
|
||||
./build.sh --target=Release
|
||||
|
||||
run_acceptance_tests:
|
||||
./build.sh --target=RunAcceptanceTests
|
||||
|
||||
run_benchmarks:
|
||||
./build.sh --target=RunBenchmarkTests
|
||||
|
||||
run_unit_tests:
|
||||
./build.sh --target=RunUnitTests
|
||||
|
||||
release_notes:
|
||||
./build.sh --target=ReleaseNotes
|
||||
|
Reference in New Issue
Block a user