adding build

This commit is contained in:
Jake Swenson 2017-10-22 10:29:38 -07:00
parent 13f33a900a
commit 44d5f18c2e
1 changed files with 17 additions and 0 deletions

17
.circleci/config.yaml Normal file
View File

@ -0,0 +1,17 @@
version: 2
jobs:
build:
docker:
- image: microsoft/dotnet:2-sdk
steps:
- checkout
- run:
name: build
command: dotnet restore
- run:
name: Print the Current Time
command: date
- setup_remote_docker
- run:
name: Build script
command: ./build.sh