mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 04:36:30 +08:00
Use testing
for cura_resources
Contribute to NP-186
This commit is contained in:
parent
52cf75ae99
commit
e1603f3efd
@ -30,10 +30,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
project_name: cura_resources
|
project_name: cura_resources
|
||||||
|
|
||||||
# FIXME: Point to main, once merged
|
|
||||||
conan-package-export:
|
conan-package-export:
|
||||||
needs: [ conan-recipe-version ]
|
needs: [ conan-recipe-version ]
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@NP-186_seperate_cura_resources
|
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@main
|
||||||
with:
|
with:
|
||||||
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
||||||
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
|
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
|
||||||
|
3
.github/workflows/conan-package.yml
vendored
3
.github/workflows/conan-package.yml
vendored
@ -42,10 +42,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
project_name: cura
|
project_name: cura
|
||||||
|
|
||||||
# FIXME: point to main once merged
|
|
||||||
conan-package-export:
|
conan-package-export:
|
||||||
needs: [ conan-recipe-version ]
|
needs: [ conan-recipe-version ]
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@NP-186_seperate_cura_resources
|
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@main
|
||||||
with:
|
with:
|
||||||
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
||||||
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
|
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
version: "5.8.0-alpha.0"
|
version: "5.8.0-alpha.0"
|
||||||
requirements:
|
requirements:
|
||||||
- "cura_resources/(latest)@ultimaker/np_186"
|
- "cura_resources/(latest)@ultimaker/latest"
|
||||||
- "uranium/(latest)@ultimaker/testing"
|
- "uranium/(latest)@ultimaker/testing"
|
||||||
- "curaengine/(latest)@ultimaker/testing"
|
- "curaengine/(latest)@ultimaker/testing"
|
||||||
- "cura_binary_data/(latest)@ultimaker/testing"
|
- "cura_binary_data/(latest)@ultimaker/testing"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user