mahee96
25f34c6f69
ci: added back the nightly schedule checking for new commits and only then build
2026-02-24 20:23:12 +05:30
mahee96
b7085aaeca
ci: improve speed by caching brew install step and reading project settings from dumped xcodebuild -showProjectSettings instead of invoking each time.
2026-02-24 18:54:41 +05:30
mahee96
1449f8c74f
staging: prepare new branch for alpha release channels and high velocity development
2026-02-24 13:04:44 +05:30
mahee96
f0da9cf8aa
ci: more fixes
2026-02-24 12:25:12 +05:30
mahee96
aa224f68c7
ci: more fixes
2026-02-24 09:13:09 +05:30
mahee96
226f0dcc6b
CI: improve more ci worflow
2026-02-24 08:19:56 +05:30
mahee96
bce38c8743
CI: improve more ci worflow
2026-02-24 07:41:06 +05:30
mahee96
0e72a33af8
CI: improve more ci worflow
2026-02-24 07:23:20 +05:30
mahee96
ea86b98674
CI: improve more ci worflow
2026-02-24 07:00:17 +05:30
mahee96
3d47d486ef
CI: improve more ci worflow
2026-02-24 06:22:03 +05:30
mahee96
3a05485c40
CI: improve more ci worflow
2026-02-24 05:47:38 +05:30
mahee96
31d07534d0
CI: improve more ci worflow
2026-02-24 05:27:15 +05:30
mahee96
99712f0020
CI: improve more ci worflow
2026-02-24 03:58:47 +05:30
mahee96
c5394be883
CI: improve more ci worflow
2026-02-24 03:53:26 +05:30
mahee96
97b04094eb
CI: improve more ci worflow
2026-02-24 03:13:55 +05:30
mahee96
675bdc63ae
CI: improve more ci worflow
2026-02-24 02:59:08 +05:30
mahee96
c546ff6642
CI: improve more ci worflow
2026-02-24 02:40:34 +05:30
mahee96
bcadc92057
CI: improve more ci worflow
2026-02-24 02:25:50 +05:30
mahee96
c82662a72b
CI: improve more ci worflow
2026-02-24 01:54:41 +05:30
mahee96
a6315442fb
CI: improve more ci worflow
2026-02-24 01:54:05 +05:30
mahee96
97d8da1eab
CI: improve more ci worflow
2026-02-24 01:51:35 +05:30
mahee96
af04388aea
CI: improve more ci worflow
2026-02-24 01:20:37 +05:30
mahee96
7553e25bbf
CI: improve more ci worflow
2026-02-24 01:10:38 +05:30
mahee96
7c01ba0db6
CI: improve more ci worflow
2026-02-24 00:59:05 +05:30
mahee96
e55351dbb0
CI: improve more ci worflow
2026-02-24 00:41:33 +05:30
mahee96
97ee0b2dac
CI: full rewrite - moved logic into ci.py and kept workflow scripts mostly dummy
2026-02-23 20:21:59 +05:30
mahee96
d18422af00
CI: skip info on upstream branch for deploy message in nightly since it is already the last beta before stable
2026-02-22 07:39:24 +05:30
mahee96
0062374d32
CI: disabled test tracks completely by commenting out
2026-02-22 07:29:56 +05:30
mahee96
661fda4988
CI: fixed the heredoc parsing issues when single quotes are present in the notes by using a local function in shell script
2026-02-22 06:22:41 +05:30
mahee96
85427ecbc6
CI: deploy - added filtering to upload only available files
2025-11-16 01:25:01 +05:30
mahee96
31520354bd
CI: remove pod related steps
2025-11-16 00:51:02 +05:30
mahee96
b4df06f742
CI: updated to macOS 26 + xcode 26 for runners
2025-10-15 20:32:42 +05:30
mahee96
39d0835f5b
- CI: updated stable.yml for recent fixes
2025-03-01 01:30:15 +05:30
mahee96
f11e27c712
- CI: serialize on whole workflow instead of individual jobs
2025-02-27 05:37:35 +05:30
mahee96
8cb3de9ab5
- CI: enable build on push for nightly temporarily
2025-02-27 05:03:42 +05:30
mahee96
ca57d58219
- CI: fix: deploy errors
2025-02-27 05:01:27 +05:30
mahee96
6a56fbd206
-CI: fix: deploy must run if tests were sccessful or skipped
2025-02-27 04:57:34 +05:30
mahee96
b3e99d1ae3
- CI: Try composite build
2025-02-27 04:30:45 +05:30
Magesh K
e50da6603c
- CI: replaced irgaly/xcode-cache with gh-actions-cache
...
- CI: serialization bug fix - reverted concurrency lock to workflow level instead of job level which was causing issues due to incorrect cache at expected jobs
- CI: Boot simulator in async instead of doing in a blocking step
- CI: integrate publishing release notes
- CI: moved posting to beta-build-num repo into build-job instead of deploy coz we want to roll the beta-build-num for each success of build-job even if the workflow failed.
2025-02-27 02:49:20 +05:30
Magesh K
a5aec978bb
- CI: Optimization: Split tests-build from tests-run so that tests-run failure doesn't invalidate last build in cache
2025-02-24 19:42:07 +05:30
Magesh K
d677292bd3
- CI: Fix: VERSION_IPA was not using $marketing_version
2025-02-23 23:16:18 +05:30
Magesh K
722f67d3c7
- UITests: Fix: exclude pojavlauncher from testing since it is unreliable and fetch fails
2025-02-23 22:16:40 +05:30
Magesh K
07e0aea24f
- CI: Split sequential steps into build, deploy, publish jobs and use concurrency for build and test
2025-02-23 21:17:41 +05:30
Magesh K
359b38609b
- CI: Makefile and CI bug-fixes
2025-02-22 20:30:56 +05:30
Magesh K
614ab4cd33
- CI: improvements: dispatch simulator boot up in background and other fixes
2025-02-22 19:11:13 +05:30
Magesh K
e5713fa3a9
- CI: Fixes to make build re-useable
2025-02-22 18:35:49 +05:30
Magesh K
ca8c394ae0
- CI: Improve build log capture in case of errors
2025-02-22 17:12:12 +05:30
Magesh K
5323fdadcf
- CI: Included tests for CI builds
2025-02-22 02:37:30 +05:30
Magesh K
eb0e1326b9
- ReleaseTracks: Added in-app ReleaseTracks switching support
2025-02-10 13:53:31 +05:30
Magesh K
4805ed8d3b
- CI: fix typo
2025-02-08 14:24:00 +05:30