-
Notifications
You must be signed in to change notification settings - Fork 0
CircleCI Guide
bconlon edited this page Sep 10, 2023
·
3 revisions
This guide uses The Aether's repository as an example. This guide still applies to other projects.
Note: If the main link provided gives an error page, try these links instead:
- https://app.circleci.com/pipelines/github/The-Aether-Team/The-Aether?branch=1.19
- https://app.circleci.com/pipelines/github/The-Aether-Team
- https://app.circleci.com/projects/project-dashboard/github/The-Aether-Team/
- Or try logging into here first with a GitHub account before choosing any of the links: https://circleci.com/vcs-authorize/
Interested in helping test a development build of one of our mods or just want to check in on development progress? Our projects are now auto-building via CircleCI!
While our stable release builds will always be published on Curseforge, you can access immediate changes via the artefacts page of the latest commit.
- Navigate to https://app.circleci.com/pipelines/github/The-Aether-Team/The-Aether (you may be asked to log in first). It will bring you to the pipeline page where there is a list of recent commits, with the topmost one being the latest. At the bottom of the commit, there will be a "Jobs" dropdown, and clicking it will display a word "build" with a checkmark next to it. Clicking this will take you to the build page of the commit.
- On the build page, the artefacts tab will have the compiled jar file inside to download.
- Once the jar is downloaded, it can be ran like any other mod, just make sure to also install Curios as a dependency along with it.
We don't offer immediate support for CircleCI builds, but if you find an issue you can report it to the issue tracker.