Skip to content

Commit

Permalink
Added appveyor.yml build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiecarroll committed Jan 17, 2020
1 parent 5c1ee48 commit 1f58648
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1f58648

Please sign in to comment.