aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
new file mode 100644
index 00000000..939d1180
--- /dev/null
+++ b/.appveyor.yml
@@ -0,0 +1,13 @@
+version: '{build}'
+pull_requests:
+ do_not_increment_build_number: true
+skip_tags: true
+image: Visual Studio 2017
+configuration:
+ - Debug
+platform:
+ - x86
+build:
+ project: tpm2-tss.sln
+ parallel: true
+ verbosity: normal