aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: 5ea3f7c61645dea1c81079f34677de97c54b2ac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '{build}'
pull_requests:
  do_not_increment_build_number: true
skip_tags: true
image: Visual Studio 2017
configuration:
  - Debug
  - Release
platform:
  - x86
  - x64
build:
  project: tpm2-tss.sln
  parallel: false
  verbosity: normal