summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/mruby-file-stat/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/server/h2o/libh2o/deps/mruby-file-stat/appveyor.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/web/server/h2o/libh2o/deps/mruby-file-stat/appveyor.yml b/web/server/h2o/libh2o/deps/mruby-file-stat/appveyor.yml
new file mode 100644
index 00000000..f47afa99
--- /dev/null
+++ b/web/server/h2o/libh2o/deps/mruby-file-stat/appveyor.yml
@@ -0,0 +1,19 @@
+---
+version: "#{build}"
+environment:
+ MRUBY_CONFIG: "C:/projects/mruby-file-stat/.travis_build_config.rb"
+ matrix:
+ - Compiler: mingw
+
+install:
+ - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
+ - set PATH=C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%PATH%
+ - ruby --version
+ - gem --version
+ - gcc --version
+ - gem install rake --force
+ - cd ..
+ - git clone --depth 1 https://github.com/mruby/mruby.git
+ - cd mruby
+build_script:
+ - ruby minirake all test --trace --verbose