summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 289f4a6e646c6530f696387cd7b2758690ba0527 (plain)
1
2
3
4
5
6
7
8
9
10
11
os: osx
osx_image: xcode10.1
language: ruby
before_install:
  - brew tap simple2d/tap
  - brew install simple2d mruby
script:
  - rake
  - ruby2d build --native test/ci-build.rb
  - ./build/app
  # - ruby2d build --web test/ci-build.rb