summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorbggd <[email protected]>2016-03-15 20:41:15 +0900
committerbggd <[email protected]>2016-03-15 20:41:15 +0900
commit87e5b0f30c43926fe04cc50f915eba4ad772a87d (patch)
tree6378033c6bc12f0aec1ad976c1a23f504e0bcfb4
parent4f20d58ac231526e26ef113e7623dc75c1140335 (diff)
downloadmruby-87e5b0f30c43926fe04cc50f915eba4ad772a87d.tar.gz
mruby-87e5b0f30c43926fe04cc50f915eba4ad772a87d.zip
Add appveyor.yml for Visual Studio 2015/2013
-rw-r--r--appveyor.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 000000000..e8aaa033c
--- /dev/null
+++ b/appveyor.yml
@@ -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