forked from functionland/fx-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitrise.yml
102 lines (84 loc) · 2.72 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
format_version: '11'
default_step_lib_source: 'https://github.com/bitrise-io/bitrise-steplib.git'
project_type: react-native
workflows:
FxBlox Android:
description: >
Installs dependencies.
Next steps:
- Add tests to your project and configure the workflow to run them.
- Check out [Getting started with Expo
apps](https://devcenter.bitrise.io/en/getting-started/getting-started-with-expo-apps.html).
steps:
- activate-ssh-key@4: {}
- git-clone@6: {}
- yarn@0:
inputs:
- command: install
- npm@1:
inputs:
- command: 'run ensure:symlink'
title: Ensure Symlink
- script@1:
inputs:
- content: >-
#!/usr/bin/env bash
# fail if any commands fails
#set -e
# make pipelines' return status equal the last command to exit with
a non-zero status, or zero if all commands exit #successfully
#set -o pipefail
# debug log
set -x
# write your script here
sdkmanager --install "cmake;3.10.2.4988404"
yes | sdkmanager --licenses
title: Install CMake
- android-build@1:
inputs:
- variant: release
- module: app
- project_location: $BITRISE_SOURCE_DIR/apps/box/android
- deploy-to-bitrise-io@2: {}
FxBlox iOS:
description: >
Installs dependencies.
Next steps:
- Add tests to your project and configure the workflow to run them.
- Check out [Getting started with Expo
apps](https://devcenter.bitrise.io/en/getting-started/getting-started-with-expo-apps.html).
steps:
- activate-ssh-key@4: {}
- git-clone@6: {}
- yarn@0:
inputs:
- command: install
- npm@1:
inputs:
- command: 'run ensure:symlink'
title: Ensure Symlink
- cocoapods-install@2:
inputs:
- podfile_path: $BITRISE_SOURCE_DIR/apps/box/ios/Podfile
- source_root_path: $BITRISE_SOURCE_DIR/apps/box/ios/
- certificate-and-profile-installer@1: {}
- xcode-archive@4:
inputs:
- certificate_url_list: ''
- scheme: Box
- project_path: $BITRISE_SOURCE_DIR/apps/box/ios/Box.xcworkspace
- configuration: Release
- upload_bitcode: 'no'
- compile_bitcode: 'no'
- distribution_method: ad-hoc
- deploy-to-bitrise-io@2: {}
meta:
bitrise.io:
stack: osx-xcode-13.2.x
machine_type_id: g2.4core
app:
envs:
- opts:
is_expand: false
PLATFORM: android