Skip to content

Commit

Permalink
Added CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalasek committed Nov 2, 2019
1 parent bcbf7fe commit 477594d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2.0
jobs:
build:
docker:
- image: mcr.microsoft.com/dotnet/core/sdk:2.2
steps:
- checkout
- run:
name: Restore packages
command:
dotnet restore
- run:
name: Build App
command:
dotnet build
- run:
name: Run tests
command:
dotnet test --no-build

0 comments on commit 477594d

Please sign in to comment.