aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorPhilip Tricca <philip.b.tricca@intel.com>2018-01-27 09:08:55 -0800
committerPhilip Tricca <philip.b.tricca@intel.com>2018-01-31 07:10:00 -0800
commit4b4b487c80ee17e4e4b1b95b811dfc70ab339526 (patch)
treef955c4d14e299138bfeef25d3e6f0e290deec1fb /.appveyor.yml
parent9dde2ca1b232bfbf6e8fdac78dd1767b60016035 (diff)
downloadtpm2-tss-4b4b487c80ee17e4e4b1b95b811dfc70ab339526.tar.gz
build: Add yml file for appveyor.
This is the most simple scenario as we only build 32bit libraries in the debug configuration. This commit also adds the AppVeyor badge to README.md. Signed-off-by: Philip Tricca <philip.b.tricca@intel.com>
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