Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Commit acd58f6

Browse files
committed
add wine
1 parent 6ddf7aa commit acd58f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- run: brew install node@8
2424
- run: brew install yarn
2525
- run: brew install ruby
26+
- run: brew install wine
2627
- run: build-tools/scripts/ci-install-android-sdk
2728
- save_cache:
2829
paths:

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ platform :ios do
8181
ipa: "./build-tools/data/meth.ipa",
8282
skip_metadata: true,
8383
skip_screenshots: true,
84+
skip_waiting_for_build_processing: true,
8485
app_rating_config_path: "./fastlane/deliver/rating_config.json"
8586
)
8687
end

0 commit comments

Comments
 (0)