summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
blob: 06a28e75e3aee0af1a15ca62fb33dfbf6a0ec0ef (plain)
1
2
3
4
5
6
7
8
9
10
11
install:
  - set PATH=C:\ruby25-x64\bin;C:\msys64\usr\bin;C:\msys64\usr\local\bin;%PATH%
  - set MSYSTEM=MINGW64
  - bash --version
  - git submodule update --init --recursive
build: off
before_test:
  - ruby -v
  - bundle install
test_script:
  - rake