This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitrise.yml
62 lines (59 loc) · 1.59 KB
/
bitrise.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
format_version: 1.3.1
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
trigger_map:
- push_branch: "*"
workflow: fastlane
- pull_request_source_branch: "*"
workflow: fastlane
workflows:
report:
steps:
- activate-ssh-key:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone: {}
- deploy-to-bitrise-io@1.2.9:
inputs:
- deploy_path: "$BITRISE_SOURCE_DIR/button/reports/xcode-test-results-button.html"
- notify_email_list: ''
before_run:
after_run:
fastlane:
steps:
- activate-ssh-key:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone: {}
- script:
inputs:
- content: |-
#!/bin/bash
set -euxo pipefail
exit 0 # exit for now
sudo defaults write /Library/Preferences/com.apple.alf globalstate -int 0
brew tap facebook/fb
brew install fbsimctl --HEAD
- fastlane:
inputs:
- lane: bitrise
- work_dir: "$BITRISE_SOURCE_DIR/button/ios"
- deploy-to-bitrise-io:
inputs:
- deploy_path: "$BITRISE_DEPLOY_DIR/xcode-test-results-button.html"
- notify_email_list: ''
- deploy-to-bitrise-io:
inputs:
- is_compress: 'true'
- notify_email_list: ''
before_run:
after_run:
app:
envs:
- opts:
is_expand: false
BITRISE_PROJECT_PATH: button/ios/button.xcodeproj
- opts:
is_expand: false
BITRISE_SCHEME: button
- opts:
is_expand: true
APP_BUNDLE_ID: org.reactjs.native.example.button