Skip to content

Commit

Permalink
add circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Mar 13, 2019
1 parent f510c27 commit 44c8509
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2.0
jobs:
build:
docker:
- image: mcr.microsoft.com/dotnet/core/sdk:2.2
steps:
- checkout
- run: dotnet restore
- run: dotnet build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,4 @@ nuget/unity*
!.vscode/launch.json
!.vscode/extensions.json
sandbox/**/Properties/launchSettings.json
circleci.exe

0 comments on commit 44c8509

Please sign in to comment.