summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTom Black <[email protected]>2018-01-07 16:02:30 -0800
committerTom Black <[email protected]>2018-01-08 21:59:08 -0800
commit5046526163b1cdf6794ca72a8fe375992d601597 (patch)
treee0c15a787c262c5d38845f970969966e0dbc16db /appveyor.yml
parente5577abfc4e0cd47b25ea2a1746e753c82adcd2d (diff)
downloadruby2d-5046526163b1cdf6794ca72a8fe375992d601597.tar.gz
ruby2d-5046526163b1cdf6794ca72a8fe375992d601597.zip
Add appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..f5ef121
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,13 @@
+install:
+ - set PATH=C:\ruby24-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