summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
blob: 1d2eaff03b8a914189a7b8ccdd9c8333b7b235e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
  - gem install bundler
  - bundle install
test_script:
  - rake