Skip to content

Commit

Permalink
Add appveyor.yml for Visual Studio 2015/2013
Browse files Browse the repository at this point in the history
  • Loading branch information
bggd committed Mar 15, 2016
1 parent 4f20d58 commit 87e5b0f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: "{build}"

os: Visual Studio 2015

clone_depth: 1


environment:
matrix:
# Visual Studio 2015 64bit
- visualcpp: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat
machine: amd64

# Visual Studio 2013 64bit
- visualcpp: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat
machine: amd64


init:
- call "%visualcpp%" %machine%
# For using bison.exe
- set PATH=%PATH%;C:\cygwin\bin;


build_script:
- set MRUBY_CONFIG=appveyor_config.rb
- ruby .\minirake test

0 comments on commit 87e5b0f

Please sign in to comment.