From 1f58648af12d1e4416a162eafa4b740bcfb0d4a8 Mon Sep 17 00:00:00 2001 From: "J. Ritchie Carroll" Date: Fri, 17 Jan 2020 16:52:09 -0500 Subject: [PATCH] Added appveyor.yml build configuration --- appveyor.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..856df2482 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,18 @@ +version: AppVeyor Gemstone PQDIF Build {build} +branches: + only: + - master +skip_tags: true +image: Visual Studio 2019 +configuration: Release +platform: Any CPU +environment: + SHFBROOT: C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\ +before_build: +- cmd: >- + choco install sandcastle + + nuget restore src\Gemstone.PQDIF.sln +build: + parallel: true + verbosity: minimal \ No newline at end of file