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

CI Attempt 2 #13

Closed
wants to merge 16 commits into from
Closed

Conversation

RoblKyogre
Copy link

@RoblKyogre RoblKyogre commented Mar 8, 2024

Alternative to #12

Doing a different approach to CI, as am redoing the steps inside the workflow as opposed to building the dockerfile and running it.

Upside is that docker doesn't run inside the CI, downside is that if build steps have to change, they must be changed in both the workflow file and the dockerfile as opposed to only modifying the dockerfile.

(imo i do prefer the other docker-based pr since it takes less to maintain, as any changes to the dockerfile also get reflected in the ci)


Description
Adds a GitHub Actions workflow to automatically build a CIA upon commits to n3ds-main
Also fixes a perms issue on the scripts that prevents the Dockerfile from being built
Also fixes bannertool download in the Dockerfile

Purpose
Would be useful for releasing nightly builds of this app without having to compile it yourself. Could also be integrated into Universal Updater by having it create a "nightly" release in GitHub Releases, tho that isn't currently implemented in this PR.

@RoblKyogre RoblKyogre marked this pull request as ready for review March 8, 2024 07:11
@RoblKyogre RoblKyogre closed this Mar 16, 2024
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.

1 participant