From 4b4b487c80ee17e4e4b1b95b811dfc70ab339526 Mon Sep 17 00:00:00 2001 From: Philip Tricca Date: Sat, 27 Jan 2018 09:08:55 -0800 Subject: 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 --- .appveyor.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .appveyor.yml (limited to '.appveyor.yml') 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 -- cgit v1.2.3