summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorTom Black <[email protected]>2018-05-06 16:13:37 -0700
committerTom Black <[email protected]>2018-05-06 17:36:48 -0700
commit3a7f63f64159b21f4ec5c4e64aa36eafcacf567f (patch)
treeb4a6e5d0c009ba189c02357ed3e6fd0ff83f2d4c /.travis.yml
parent341ca5b71287ba9e6a1f2fa0065396bb997dc685 (diff)
downloadruby2d-3a7f63f64159b21f4ec5c4e64aa36eafcacf567f.tar.gz
ruby2d-3a7f63f64159b21f4ec5c4e64aa36eafcacf567f.zip
Update CI
Also adds native and web build test
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ae3603e..e441480 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,13 @@
os: osx
-osx_image: xcode9.2
+osx_image: xcode9.3
language: ruby
before_install:
- sw_vers
- brew update
- brew tap simple2d/tap
- - brew install simple2d
+ - brew install simple2d mruby
script:
- rake
+ - ruby2d build --native test/ci-build.rb
+ - ./build/app
+ - ruby2d build --web test/ci-build.rb