From 463cfd95a0c2fd723798b0d5b7a2f13c249d9292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20=C5=A0olt=C3=A9s?= Date: Tue, 31 Oct 2017 14:05:17 +0100 Subject: [PATCH] Create circle.yml --- circle.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..4e96a39 --- /dev/null +++ b/circle.yml @@ -0,0 +1,16 @@ +version: 2 +jobs: + build: + working_directory: ~/SpiroNet + docker: + - image: microsoft/dotnet:sdk + environment: + DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 + DOTNET_CLI_TELEMETRY_OPTOUT: 1 + steps: + - checkout + - run: dotnet restore src/SpiroNet + - run: dotnet build src/SpiroNet/SpiroNet.csproj -c Release -f netstandard1.3 + notify: + webhooks: + - url: https://webhooks.gitter.im/e/3211907a32bb8b42a441