mahee96
8cb3de9ab5
- CI: enable build on push for nightly temporarily
2025-02-27 05:03:42 +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
ca8c394ae0
- CI: Improve build log capture in case of errors
2025-02-22 17:12:12 +05:30
Magesh K
eb0e1326b9
- ReleaseTracks: Added in-app ReleaseTracks switching support
2025-02-10 13:53:31 +05:30
Magesh K
caa38cfcae
- CI: updated nightly to print new commits when running on schedule
2025-02-08 13:50:45 +05:30
Magesh K
61086a681a
- Beta-Builds: Updated bundleID suffix with beta build to match source
2025-02-08 12:17:45 +05:30
Magesh K
e5144d112a
- CI update for nightly
2025-02-08 11:44:40 +05:30
Magesh K
bf766c1b84
- Multiple fixes and CI setup
2025-02-08 11:36:55 +05:30
Magesh K
337349c324
[CI]: Fix wrong secrects for BUILD_LOG_ZIP_PASSWORD
2025-01-13 03:39:30 +05:30
Magesh K
c5def98e87
[CI]: Capture SideStore build log using 'tee' and upload it as encrypted zip in the artifacts
2025-01-12 22:43:07 +05:30
Magesh K
51f2588d3c
[CI]: post apps-v2 on main instead of nightly
2024-12-30 04:21:46 +05:30
Magesh K
5416deddbe
[CI]: use main branch for updates to apps-v2 sources.json
2024-12-30 03:54:18 +05:30
Magesh K
7ae10c6022
[CI]: updated nightly workflow to match apps-v2
2024-12-30 03:24:31 +05:30
Magesh K
a547d2bc8a
[apps-v2]: updated to push beta(nightly) updates to sources
2024-12-30 00:49:06 +05:30
Magesh K
9a3cb2b5ec
[CI]: prepare nightly for merging rebase-2.0-wip
2024-12-26 21:05:15 +05:30
June Park
c8ae28003f
Update nightly.yml
...
Signed-off-by: June Park <me@pythonplayer123.dev >
2024-12-24 21:40:57 +09:00
June Park
cf32f25457
Use xcbeautify for nightlys
...
Signed-off-by: June Park <me@pythonplayer123.dev >
2024-12-24 21:38:45 +09:00
June Park
110f70e34c
cache harder
...
Signed-off-by: June Park <me@pythonplayer123.dev >
2024-12-24 16:39:59 +09:00
nythepegasus
867a9c77e6
Actually fix deprecation warnings
2024-10-17 06:14:44 -04:00
nythepegasus
bc2d2c18fc
Update GH Actions to fix deprecation warnings
2024-10-17 05:58:38 -04:00
June Park
e117c4b9a3
Remove cache clear
...
We don't need to do this anymore
Signed-off-by: June Park <me@pythonplayer123.dev >
2024-08-16 15:41:02 +09:00
June Park
71c4abfce8
Make caches not have workflow name
...
Signed-off-by: June Park <me@pythonplayer123.dev >
2024-08-16 14:30:13 +09:00
June Park
0058c40f46
Add incremental builds
...
Signed-off-by: June Park <me@pythonplayer123.dev >
2024-08-16 13:17:07 +09:00
June Park
a2feb34dc1
ouch pushed selfhosted code
...
Signed-off-by: June Park <rjp2030@outlook.com >
2024-01-30 10:40:07 +09:00
June Park
44175d071c
Update nightly.yml
...
Signed-off-by: June Park <rjp2030@outlook.com >
2024-01-25 23:28:58 +09:00
June P
bae26de444
change to self-hosted
2024-01-25 23:18:28 +09:00
naturecodevoid
51ed87086a
[skip ci] ci: fully rename SideStore.ipa, even after extracting the artifact zip
2023-04-13 07:30:20 -07:00
naturecodevoid
98ccba53a2
[skip ci] Add version to artifact name
...
we can't do this for releases because some download URLs might rely on it being named SideStore.ipa
Build Info will also have version anyways
2023-04-02 08:01:57 -07:00
naturecodevoid
9bfda36647
[skip ci] Log version
2023-04-02 08:00:11 -07:00
naturecodevoid
4e84dc4cc8
[skip ci] rename the *.dSYM artifact so that macOS treats it as a normal folder
2023-03-07 08:24:28 -08:00
naturecodevoid
1a1ed072bf
attach debugging symbols to actions builds
2023-03-07 07:50:31 -08:00
naturecodevoid
a3768d9221
[skip ci] actions: Add info/automate cache resetting
2023-02-21 17:27:56 -08:00
naturecodevoid
aa7d7c2d02
Revert "modify actions to work on test branch"
...
This reverts commit e59fb15926 .
2023-02-21 12:51:34 -08:00
naturecodevoid
015f205569
update release descriptions
2023-02-21 12:42:56 -08:00
naturecodevoid
e59fb15926
modify actions to work on test branch
2023-02-21 12:24:25 -08:00
naturecodevoid
173c585f2d
cleanup actions, revamp beta action, modify nightly build num system to be day specific
2023-02-21 12:23:12 -08:00
naturecodevoid
332b81c803
No more rust
2023-02-20 20:36:39 -08:00
naturecodevoid
2e6300cce2
add changes from attempt #1
2023-02-20 18:50:40 -08:00
naturecodevoid
554c54e6be
Revamp actions to have stable, beta and nightly builds ( #210 )
...
* start on nightly builds
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update build.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update build.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update build.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update build.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update build.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update build.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Remove testing logic, final changes
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Nightly release build (#2 )
* Update and rename build.yml to nightly.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Create stable.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update stable.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* trigger on tag
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update stable.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update nightly.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update stable.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* add version and build number
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* test
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Revert "test"
This reverts commit 9dff8d1d878a764a432ef4560300acdb4407313a.
* Remove pr from stable
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* add pr.yml
* Add nightly suffix and build number
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update nightly.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update stable.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update nightly.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Update nightly.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* add beta
* Update nightly.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* [beta] test
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
* Remove test
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
2023-01-04 08:55:14 -05:00