Skip to content

Build With Github Actions

Joey de l'Arago edited this page Feb 20, 2023 · 1 revision

This page shows how to create builds for some common scenarios.

Building Latest Main

This will create a build for the most up to date (unstable) version of Cura. These are the default options.

Building Latest Stable

This will create a build for the latest stable. If 5.3 is the latest version, this will be built from the branch origin/5.3 for Cura and all of its dependencies.

Building Cura For a Specific Ticket

If you would like to build Cura for a specific ticket number, as long as the branches for this ticket have been named CURA-XXXX_XXXXXXX.

Building a Dependency For a Specific Ticket

If you would like to build, for example, Cura and Uranium for a specific ticket. You need to override the requirement.

Clone this wiki locally