status-react/ci
Jakub Sokołowski 718e6cdbb3
ci: disable sandbox for status-go iOS builds
Otherwise we get weird failures like these:
```
clang-11: error: cannot use 'cpp-output' output with multiple -arch options
clang-11: error: invalid argument '-mmacos-version-min=10.12' not allowed with '-miphoneos-version-min=8.0'
clang-11: error: invalid argument '-mmacos-version-min=10.12' not allowed with '-miphoneos-version-min=8.0'
```
Depends on: https://github.com/status-im/status-jenkins-lib/pull/47

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-01 16:17:47 +02:00
..
tests ci: disable sandbox for status-go iOS builds 2022-09-01 16:17:47 +02:00
tools ci: disable sandbox for status-go iOS builds 2022-09-01 16:17:47 +02:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android ci: disable sandbox for status-go iOS builds 2022-09-01 16:17:47 +02:00
Jenkinsfile.combined ci: disable sandbox for status-go iOS builds 2022-09-01 16:17:47 +02:00
Jenkinsfile.ios ci: disable sandbox for status-go iOS builds 2022-09-01 16:17:47 +02:00
Jenkinsfile.nix-cache ci: disable sandbox for status-go iOS builds 2022-09-01 16:17:47 +02:00
Jenkinsfile.tests ci: save and show both stdout and stderr 2022-08-31 18:46:03 +02:00
README.md ci: upgrade jenkins lib to 1.2.12 to generalize GH release 2021-04-19 11:47:34 +02:00

README.md

Description

This folder contains files defininf Jenkins pipelines that run on https://ci.status.im/.

Libraries

All Jenkinsfiles contain the following line:

library 'status-jenkins-lib@master'

Which loads the used methods - like nix.shell() - from a separate private repo:

https://github.com/status-im/status-jenkins-lib

This is done to improve security of our CI setup.