From 65c098ed1c9b2dffc890849957747524ca50e5f9 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 13 Sep 2019 07:34:54 +0200 Subject: [PATCH] Windows CI build on AppVeyor. --- README.md | 1 + appveyor.yml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 appveyor.yml diff --git a/README.md b/README.md index 1c7d179b..fa787f3b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Coverity Scan Build Status](https://scan.coverity.com/projects/11982/badge.svg)](https://scan.coverity.com/projects/simh) [![Build Status](https://travis-ci.org/simh/simh.svg)](https://travis-ci.org/simh/simh) +[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/simh/simh)](https://ci.appveyor.com/project/simh/simh/history) ## Table of Contents: [WHAT'S NEW since simh v3.9](#whats-new-since-simh-v39) diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..975f5a9e --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,13 @@ +platform: + - x86 +cache: + - ../windows-build +skip_commits: + files: + - doc/* + - '**/*.md' + - '**/*.txt' +before_build: + "\"C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\vcvarsall.bat\"" +build_script: + cmd: cd "Visual Studio Projects" & vcbuild /M%NUMBER_OF_PROCESSORS% /useenv /rebuild Simh.sln "Release|Win32"