Skip to content

Commit

Permalink
Adding circleci support
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxx committed Nov 5, 2020
1 parent d415712 commit 83995c8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2.1

orbs:
win: circleci/windows@2.2.0

jobs:
build:
executor: win/default

steps:
- checkout
- run: dotnet restore NEsper.sln
- run: dotnet build NEsper.sln

0 comments on commit 83995c8

Please sign in to comment.