mirror of
https://github.com/status-im/status-mobile.git
synced 2026-08-27 15:11:15 +00:00
We need this bump to increase universal APK size limit from 125 MB to 135 MB
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.