mirror of
https://github.com/nsnail/Ocelot.git
synced 2026-05-05 20:19:30 +08:00
very simple build scripts
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
Executable
+14
@@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
echo -------------------------
|
||||||
|
|
||||||
|
echo Running Ocelot.Benchmarks
|
||||||
|
|
||||||
|
cd test/Ocelot.Benchmarks
|
||||||
|
|
||||||
|
dotnet run
|
||||||
|
|
||||||
|
cd ../../
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Executable
+12
@@ -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/
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user