status-react/ci
Siddarth Kumar 110475a973
fixes for building universal APK (#21175)
In my previous PR -> https://github.com/status-im/status-mobile/pull/21163 I had attempted to build universalAPK only for release builds but had missed out on these changes.

This commit ensures `universalApk` value of `gradle` config is properly set.
This commit also points to my branch in `status-jenkins-lib` which modifies the APK size restrictions.
Its not `110 MB` for Universal APKs and `70 MB` for Individual Architecture APKs
2024-09-05 14:31:03 +05:30
..
tests fixes for building universal APK (#21175) 2024-09-05 14:31:03 +05:30
tools fixes for building universal APK (#21175) 2024-09-05 14:31:03 +05:30
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android fixes for building universal APK (#21175) 2024-09-05 14:31:03 +05:30
Jenkinsfile.combined fixes for building universal APK (#21175) 2024-09-05 14:31:03 +05:30
Jenkinsfile.e2e-nightly fixes for building universal APK (#21175) 2024-09-05 14:31:03 +05:30
Jenkinsfile.ios fixes for building universal APK (#21175) 2024-09-05 14:31:03 +05:30
Jenkinsfile.tests fixes for building universal APK (#21175) 2024-09-05 14:31:03 +05:30
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.