summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
blob: b6cb64aeb972eeb297584d397365e4ddefdb608e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
install:
  - set PATH=C:\ruby25-x64\bin;C:\msys64\usr\bin;C:\msys64\usr\local\bin;%PATH%
  - set MSYSTEM=MINGW64
  - bash --version
  - wget https://raw.githubusercontent.com/simple2d/simple2d/master/bin/simple2d.sh
  - bash simple2d.sh install -y
  - git submodule update --init --recursive
build: off
before_test:
  - ruby -v
test_script:
  - bundle install
  - rake