File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : objective-c
2
2
osx_image : xcode11.5
3
3
env :
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
4
+ global :
5
+ - RUBYMOTION_LICENSE=1dcac45cc434293009f74b33037bdf7361a3a1ff # Official license key for open-source projects
6
+ - TMP_DIR=./tmp # For motion repo, so it doesn't attempt to use /tmp, to which it has no access
7
+ - OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
7
8
8
9
before_install :
9
10
- brew update
@@ -20,6 +21,7 @@ before_install:
20
21
- (motion --version)
21
22
- (ruby --version)
22
23
- motion repo
24
+ - bundle install
23
25
- bundle exec rake pod:install
24
26
25
27
gemfile :
You can’t perform that action at this time.
0 commit comments