Skip to content

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:

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.

Step 1

  • On the build page, the artefacts tab will have the compiled jar file inside to download.

Step 2

  • 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.

Step 3

We don't offer immediate support for CircleCI builds, but if you find an issue you can report it to the issue tracker.

Clone this wiki locally