From 44d5f18c2e66ce84169d05118f2c0d416b8f1603 Mon Sep 17 00:00:00 2001 From: Jake Swenson Date: Sun, 22 Oct 2017 10:29:38 -0700 Subject: [PATCH] adding build --- .circleci/config.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .circleci/config.yaml diff --git a/.circleci/config.yaml b/.circleci/config.yaml new file mode 100644 index 0000000..f281baa --- /dev/null +++ b/.circleci/config.yaml @@ -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