blob: 04347405a39c626efa0ca1b8412b4946b18432db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
os: osx
osx_image: xcode10
language: ruby
before_install:
- sw_vers
- 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
|