mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
bat
This commit is contained in:
parent
d78dc2847e
commit
1fcc0c20d3
@ -3,9 +3,9 @@ configuration:
|
|||||||
- Release
|
- Release
|
||||||
platform: Any CPU
|
platform: Any CPU
|
||||||
build_script:
|
build_script:
|
||||||
- build.sh
|
- build.bat
|
||||||
test_script:
|
test_script:
|
||||||
- run-tests.sh
|
- run-tests.bat
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: artifacts\**\*.*
|
- path: artifacts\**\*.*
|
||||||
cache:
|
cache:
|
||||||
|
0
build.sh → build.bat
Executable file → Normal file
0
build.sh → build.bat
Executable file → Normal file
0
run-benchmarks.sh → run-benchmarks.bat
Executable file → Normal file
0
run-benchmarks.sh → run-benchmarks.bat
Executable file → Normal file
15
run-tests.sh
15
run-tests.sh
@ -1,15 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
echo -------------------------
|
|
||||||
|
|
||||||
echo Running Ocelot.UnitTests
|
|
||||||
|
|
||||||
dotnet restore test/Ocelot.UnitTests/
|
|
||||||
dotnet test test/Ocelot.UnitTests/
|
|
||||||
|
|
||||||
echo Running Ocelot.AcceptanceTests
|
|
||||||
|
|
||||||
cd test/Ocelot.AcceptanceTests/
|
|
||||||
dotnet restore
|
|
||||||
dotnet test
|
|
||||||
cd ../../
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user