Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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 |