mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:05:59 +08:00
Only export-pkg on Linux
No need for bins and therefor different OSes Contributes to CURA-8831
This commit is contained in:
parent
4e31b4328c
commit
145194cc25
26
.github/workflows/conan-package.yml
vendored
26
.github/workflows/conan-package.yml
vendored
@ -52,18 +52,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
project_name: cura
|
project_name: cura
|
||||||
|
|
||||||
conan-package-export-macos:
|
|
||||||
needs: [ conan-recipe-version ]
|
|
||||||
uses: ultimaker/cura/.github/workflows/conan-recipe-export.yml@main
|
|
||||||
with:
|
|
||||||
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
|
||||||
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
|
|
||||||
runs_on: 'macos-11'
|
|
||||||
python_version: '3.10.x'
|
|
||||||
conan_logging_level: 'info'
|
|
||||||
conan_export_binaries: true
|
|
||||||
secrets: inherit
|
|
||||||
|
|
||||||
conan-package-export-linux:
|
conan-package-export-linux:
|
||||||
needs: [ conan-recipe-version ]
|
needs: [ conan-recipe-version ]
|
||||||
uses: ultimaker/cura/.github/workflows/conan-recipe-export.yml@main
|
uses: ultimaker/cura/.github/workflows/conan-recipe-export.yml@main
|
||||||
@ -76,21 +64,9 @@ jobs:
|
|||||||
conan_export_binaries: true
|
conan_export_binaries: true
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
conan-package-export-windows:
|
|
||||||
needs: [ conan-recipe-version ]
|
|
||||||
uses: ultimaker/cura/.github/workflows/conan-recipe-export.yml@main
|
|
||||||
with:
|
|
||||||
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
|
||||||
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
|
|
||||||
runs_on: 'windows-2022'
|
|
||||||
python_version: '3.10.x'
|
|
||||||
conan_logging_level: 'info'
|
|
||||||
conan_export_binaries: true
|
|
||||||
secrets: inherit
|
|
||||||
|
|
||||||
notify-export:
|
notify-export:
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
needs: [ conan-recipe-version, conan-package-export-linux, conan-package-export-macos, conan-package-export-windows ]
|
needs: [ conan-recipe-version, conan-package-export-linux ]
|
||||||
|
|
||||||
uses: ultimaker/cura/.github/workflows/notify.yml@main
|
uses: ultimaker/cura/.github/workflows/notify.yml@main
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user