From 5124c35296a56212ba3722a8ec7b197363ee1147 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Wed, 29 Apr 2020 07:57:22 +0200 Subject: [PATCH] Continuous integration build on AppVeyor. --- README.md | 2 ++ appveyor.yml | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 appveyor.yml diff --git a/README.md b/README.md index 6fc078b..f4ecf7f 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ ![Build Status](https://api.travis-ci.org/livingcomputermuseum/sImlac.svg) + +[![AppVeyor](https://ci.appveyor.com/api/projects/status/butfmm8cd5vge16l?svg=true)](https://ci.appveyor.com/project/larsbrinkhoff/sImlac/history) diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..bbc689c --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,8 @@ +platform: + - x86 +install: + - nuget restore +build: + project: imlac.sln +artifacts: + - path: imlac/bin