10 Commits

Author SHA1 Message Date
saumyaj3
a55236675b Update version to 5.10.0 and adjust workflow paths
Upgraded the version in `conandata.yml` to 5.10.0. Updated the GitHub Actions workflow to include changes to `conandata.yml` in the trigger paths. This ensures builds run correctly when the version file is modified.

NP-732
2025-02-12 11:54:57 +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