status-mobile/ci
andrey abac5247bf
RN 63 and xcode12
Signed-off-by: andrey <motor4ik@gmail.com>
2021-01-14 09:41:38 +01:00
..
tests Interact with ropsten web3 to send assets 2020-12-04 21:16:58 +01:00
tools ci: parametrize publishing, make BUILD_TYPE a choice 2021-01-08 12:54:17 +01:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android ci: parametrize publishing, make BUILD_TYPE a choice 2021-01-08 12:54:17 +01:00
Jenkinsfile.combined ci: parametrize publishing, make BUILD_TYPE a choice 2021-01-08 12:54:17 +01:00
Jenkinsfile.ios RN 63 and xcode12 2021-01-14 09:41:38 +01:00
Jenkinsfile.nix-cache ci: parametrize publishing, make BUILD_TYPE a choice 2021-01-08 12:54:17 +01:00
README.md use status-react-jenkins as CI library 2020-03-11 19:11:36 +01: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-react-jenkins@master'

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

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

This is done to improve security of our CI setup.