blob: ec0f2d693b7d1afce496f95c044511fecacf491c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
os: osx
osx_image: xcode10.1
language: ruby
before_install:
- brew update
- 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
|