blob: 377b7a2f9271f08406b0923d55093c010d17002a (
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
|