mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 00:32:50 +08:00
very simple build scripts
This commit is contained in:
parent
b2c1e627bb
commit
61706274b0
16
build.sh
Executable file
16
build.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
echo -------------------------
|
||||
|
||||
echo Running Ocelot.UnitTests
|
||||
|
||||
dotnet test test/Ocelot.UnitTests/
|
||||
|
||||
echo Running Ocelot.AcceptanceTests
|
||||
|
||||
dotnet test test/Ocelot.AcceptanceTests/
|
||||
|
||||
echo Building Ocelot
|
||||
|
||||
dotnet publish src/Ocelot
|
||||
|
||||
|
14
run-benchmarks.sh
Executable file
14
run-benchmarks.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
echo -------------------------
|
||||
|
||||
echo Running Ocelot.Benchmarks
|
||||
|
||||
cd test/Ocelot.Benchmarks
|
||||
|
||||
dotnet run
|
||||
|
||||
cd ../../
|
||||
|
||||
|
||||
|
||||
|
12
run-tests.sh
Executable file
12
run-tests.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
echo -------------------------
|
||||
|
||||
echo Running Ocelot.UnitTests
|
||||
|
||||
dotnet test test/Ocelot.UnitTests/
|
||||
|
||||
echo Running Ocelot.AcceptanceTests
|
||||
|
||||
dotnet test test/Ocelot.AcceptanceTests/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user