16 Commits

Author SHA1 Message Date
saumyaj3
9a69566987 Update workflow to track changes in conandata.yml
NP-732
2025-02-12 11:50:13 +01:00
saumyaj3
b811767234 Remove get-conan-recipe-version job from workflow.
NP-732
2025-02-11 13:12:18 +01:00
saumyaj3
4968f9ac1a Refactor workflow to streamline Conan package versioning
Introduced the `get-conan-recipe-version` reusable workflow for extracting Conan package details,

NP-732
2025-02-11 13:04:46 +01:00
saumyaj3
c20c03126d FIX PATH
NP-732
2025-02-11 10:45:55 +01:00
saumyaj3
7fb47466ed Add extract-package-version job to workflow
NP-732
2025-02-11 10:40:33 +01:00
saumyaj3
26eb14bac1 Rename workflow and fix package version detection path
NP-732
2025-02-11 10:35:43 +01:00
saumyaj3
bdaeb1e820 Add outputs and notification step to workflow
This update extracts the Conan package version as an output and adds a step to notify a dependent repository of changes.

NP-732
2025-02-11 10:32:25 +01:00
Erwan MATHIEU
41526bfe70 Prepare for merge
CURA-11622
2024-12-04 15:01:15 +01:00
Erwan MATHIEU
d8200a3cb3 Use simplified package creation workflow 2024-11-27 17:56:16 +01:00
Erwan MATHIEU
9c5e763aaa Update variable name 2024-09-25 15:33:48 +02:00
Erwan MATHIEU
d441dc642b Skip system dependencies to build cura resources 2024-09-24 10:12:17 +02:00
Erwan MATHIEU
fb5e4f8553 Update cura_resources recipe and workflow 2024-09-24 10:10:33 +02:00
Jelle Spijker
e1603f3efd
Use testing for cura_resources
Contribute to NP-186
2024-05-10 13:30:49 +02:00
Jelle Spijker
0942c35c0a
Add cura_resources as dependency and update resource directories
A new dependency 'cura_resources' has been added to the conandata.yml. The handling of 'cura_resources' has been updated, now including specific sections for definitions, extruders, intent, meshes, quality and variants. GitHub Actions workflows and conan scripts have been adjusted accordingly to include these changes.

Contribute to NP-186
2024-05-06 11:40:39 +02:00
Jelle Spijker
b12f7e0ff6
Update conan-package workflows to use specific branch
Conan-package workflows in both 'conan-package.yml' and 'conan-package-resources.yml' have been updated to use a specific branch ('NP-186_seperate_cura_resources') instead of 'main'. Further adjustments will be needed after the branch merge. Also, 'conan_recipe_root' attribute was added in 'conan-package-resources.yml'.

Contribute to NP-186
2024-05-02 13:52:06 +02:00
Jelle Spijker
39b48d6f69
Add Conanfile for Cura resources and Git workflows
Added a new Conanfile for handling Cura resources which includes definitions, extruders, intent, meshes, quality, and variants. Also, updated the `.github/workflows/conan-package.yml` for specific paths and added a new GitHub workflow `conan-package-resources.yml` for handling the packaging of resources.

Contribute to NP-186
2024-04-30 18:06:29 +02:00