-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitrise.yml
36 lines (36 loc) · 1.04 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
format_version: "11"
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: other
workflows:
benchmark:
steps:
- git-clone@8: {}
- script@1:
title: Initialize Submodules
inputs:
- content: make dependencies
- script@1:
title: Update rbenv
inputs:
- content: rbenv install 2.7.7
- script@1:
title: Bundle Install
inputs:
- content: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- script@1:
title: Build and test
inputs:
- content: |
bundle exec fastlane scan \
--scheme Signal \
--output_types junit \
--skip_package_dependencies_resolution \
--disable_package_automatic_updates \
--xcargs '-test-timeouts-enabled YES -maximum-test-execution-time-allowance 60' \
|| formatFailures
meta:
bitrise.io:
stack: osx-xcode-14.2.x-ventura
machine_type_id: g2-m1.8core