summaryrefslogtreecommitdiffstats
path: root/debian/vendor-h2o/deps/mruby-file-stat/appveyor.yml
blob: f47afa996eeb9d995934ea37625ea947bf910f22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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