Skip to content

Commit

Permalink
Added circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
ianintercom committed Oct 30, 2018
1 parent 537645d commit 8396f5f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
jobs:
build:
docker:
- image: microsoft/dotnet:2-sdk

working_directory: ~/repo

steps:
- checkout

- run:
name: NUnit Tests
command: dotnet test src/Intercom.Test
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ FakesAssemblies/
# Visual Studio 6 workspace options file
*.opt

# VSCode
.vscode

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
Expand Down

0 comments on commit 8396f5f

Please sign in to comment.