Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add action to generate snapshot builds #19

Merged
merged 6 commits into from
Mar 19, 2024
Merged

Conversation

trevor-e
Copy link
Contributor

@trevor-e trevor-e commented Mar 15, 2024

Allows users to trigger snapshots via:

emerge_snapshot(scheme: "Hacker News")

which attempts to build the app with gym() using the Debug scheme (overridable if needed). I also do some steps like removing dSYM files which aren't needed.

upload_id = json["upload_id"]
upload_url = json["uploadURL"]
warning = json["warning"]
if warning
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not seeing this in the new response handling code, where did it go?

@trevor-e trevor-e merged commit 62910a6 into main Mar 19, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants