mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 14:02:49 +08:00
#52 remove circle ci script
This commit is contained in:
parent
0ab670a143
commit
978b0a43a0
@ -1,17 +0,0 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
working_directory: /temp
|
||||
docker:
|
||||
- image: microsoft/dotnet:sdk
|
||||
environment:
|
||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
||||
steps:
|
||||
- checkout
|
||||
- run: dotnet restore
|
||||
- run: dotnet build
|
||||
- run: dotnet test ./test/Ocelot.UnitTests/Ocelot.UnitTests.csproj
|
||||
- run: dotnet test ./test/Ocelot.AcceptanceTests/Ocelot.AcceptanceTests.csproj
|
||||
- run: dotnet test ./test/Ocelot.IntegrationTests/Ocelot.IntegrationTests.csproj
|
||||
|
Loading…
x
Reference in New Issue
Block a user