mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-04-30 21:52:33 +08:00
We may want to expand this, but this adds the ability to test a pointer issued that came up due to the different arch's so this is a first pass at adding better coverage for these type of issues.
17 lines
579 B
YAML
17 lines
579 B
YAML
language: objective-c
|
|
before_install:
|
|
- (ruby --version)
|
|
- sudo chown -R travis ~/Library/RubyMotion
|
|
- sudo mkdir -p ~/Library/RubyMotion/build
|
|
- sudo chown -R travis ~/Library/RubyMotion/build
|
|
- sudo motion update
|
|
gemfile:
|
|
- Gemfile
|
|
script:
|
|
- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/simctl create five com.apple.CoreSimulator.SimDeviceType.iPhone-5 com.apple.CoreSimulator.SimRuntime.iOS-8-1
|
|
|
|
- bundle install
|
|
- bundle exec rake clean
|
|
- bundle exec rake spec
|
|
- bundle exec rake spec device_name=five
|