Sha256: a9c8ef9b054702180e53c1e21be6314a3ab1b430cd2796e6937c1f83da72da53

Contents?: true

Size: 952 Bytes

Versions: 1

Compression:

Stored size: 952 Bytes

Contents

language: objective-c
osx_image: xcode11.3
env:
  global:
    - RUBYMOTION_LICENSE=1dcac45cc434293009f74b33037bdf7361a3a1ff # Official license key for open-source projects
    - TMP_DIR=./tmp # For motion repo, so it doesn't attempt to use /tmp, to which it has no access
    - OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
before_install:
  - brew update
  - brew outdated xctool || brew upgrade xctool
  - (xcrun simctl list)
  - wget http://travisci.rubymotion.com/ -O RubyMotion-TravisCI.pkg
  - sudo installer -pkg RubyMotion-TravisCI.pkg -target /
  - cp -r /usr/lib/swift/*.dylib /Applications/Xcode.app/Contents/Frameworks/
  - touch /Applications/Xcode.app/Contents/Frameworks/.swift-5-staged
  - sudo mkdir -p ~/Library/RubyMotion/build
  - sudo chown -R travis ~/Library/RubyMotion
  - eval "sudo motion activate $RUBYMOTION_LICENSE"
  - sudo motion update
  - (motion --version)
  - (ruby --version)
  - motion repo
script: bundle exec rake spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
motion-sqlite3-1.0.0 .travis.yml