From b03dd686157dc5439c55948c26f5b63aaec55f03 Mon Sep 17 00:00:00 2001 From: Oldes Date: Sat, 5 May 2018 00:17:37 +0200 Subject: [PATCH] FEAT: added AppVeyor automated building --- .appveyor.yml | 15 +++++++++++++++ README.md | 1 + 2 files changed, 16 insertions(+) create mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000000..1648584c3c --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,15 @@ +version: 3.0.{build} +image: Visual Studio 2017 +configuration: Release +platform: +- x64 +- x86 +clone_depth: 1 +install: +- cmd: >- + cd c:\projects\r3\make\msvc\ + + call Make-vs-project.bat +build: + project: C:\projects\r3\make\msvc\Rebol3.sln + verbosity: normal \ No newline at end of file diff --git a/README.md b/README.md index c3388a74a9..c5ba479fee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Travis build](https://travis-ci.org/Oldes/r3.svg?branch=master)](https://travis-ci.org/Oldes/r3) +[![AppVeyor build](https://ci.appveyor.com/api/projects/status/70wh8i8o61d6hipu?svg=true)](https://ci.appveyor.com/project/Oldes/r3) # Rebol [R3] Source Code Distribution