File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
- os : osx
2
- osx_image : xcode10.2
3
1
language : objective-c
2
+ osx_image : xcode11.3
4
3
env :
5
- - TMP_DIR=./tmp # For motion repo, so it doesn't attempt to use /tmp, to which it has no access
4
+ - RUBYMOTION_LICENSE=1dcac45cc434293009f74b33037bdf7361a3a1ff # Official license key for open-source projects
5
+ - TMP_DIR=./tmp # For motion repo, so it doesn't attempt to use /tmp, to which it has no access
6
+ - OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
6
7
7
8
before_install :
8
- - (ruby --version)
9
+ - brew update
10
+ - brew outdated xctool || brew upgrade xctool
11
+ - (xcrun simctl list)
9
12
- wget http://travisci.rubymotion.com/ -O RubyMotion-TravisCI.pkg
10
13
- sudo installer -pkg RubyMotion-TravisCI.pkg -target /
11
14
- cp -r /usr/lib/swift/*.dylib /Applications/Xcode.app/Contents/Frameworks/
12
15
- touch /Applications/Xcode.app/Contents/Frameworks/.swift-5-staged
13
16
- sudo mkdir -p ~/Library/RubyMotion/build
14
17
- sudo chown -R travis ~/Library/RubyMotion
15
18
- eval "sudo motion activate $RUBYMOTION_LICENSE"
16
- - sudo motion update && motion repo
19
+ - sudo motion update
20
+ - (motion --version)
21
+ - (ruby --version)
22
+ - motion repo
23
+ - bundle exec rake pod:install
17
24
18
25
gemfile :
19
26
- Gemfile
20
27
21
28
script :
22
- - bundle exec rake pod:install
23
- - bundle exec rake spec
29
+ - bundle exec rake spec
You can’t perform that action at this time.
0 commit comments