Skip to content

Commit

Permalink
FEAT: added AppVeyor automated building
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed May 4, 2018
1 parent 3c124a0 commit b03dd68
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b03dd68

Please sign in to comment.