mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 23:15:52 +08:00
sync workflow with 5.6E branch
Fixes CURA-11523
This commit is contained in:
parent
677f35b515
commit
85a762aec3
11
.github/workflows/linux.yml
vendored
11
.github/workflows/linux.yml
vendored
@ -39,19 +39,14 @@ on:
|
|||||||
options:
|
options:
|
||||||
- ubuntu-22.04
|
- ubuntu-22.04
|
||||||
|
|
||||||
env:
|
|
||||||
CONAN_ARGS: ${{ inputs.conan_args || '' }}
|
|
||||||
ENTERPRISE: ${{ inputs.enterprise || false }}
|
|
||||||
STAGING: ${{ inputs.staging || false }}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
installer:
|
linux-installer:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-linux.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-linux.yml@main
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ inputs.conan_args }}
|
||||||
enterprise: ${{ inputs.enterprise == 'true' }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging == 'true' }}
|
staging: ${{ inputs.staging }}
|
||||||
architecture: ${{ inputs.architecture }}
|
architecture: ${{ inputs.architecture }}
|
||||||
operating_system: ${{ inputs.operating_system }}
|
operating_system: ${{ inputs.operating_system }}
|
||||||
secrets: inherit
|
secrets: inherit
|
11
.github/workflows/macos.yml
vendored
11
.github/workflows/macos.yml
vendored
@ -43,19 +43,14 @@ on:
|
|||||||
- macos-11
|
- macos-11
|
||||||
- macos-12
|
- macos-12
|
||||||
|
|
||||||
env:
|
|
||||||
CONAN_ARGS: ${{ inputs.conan_args || '' }}
|
|
||||||
ENTERPRISE: ${{ inputs.enterprise || false }}
|
|
||||||
STAGING: ${{ inputs.staging || false }}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
installer:
|
macos-installer:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-macos.yml@main
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ inputs.conan_args }}
|
||||||
enterprise: ${{ inputs.enterprise == 'true' }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging == 'true' }}
|
staging: ${{ inputs.staging }}
|
||||||
architecture: ${{ inputs.architecture }}
|
architecture: ${{ inputs.architecture }}
|
||||||
operating_system: ${{ inputs.operating_system }}
|
operating_system: ${{ inputs.operating_system }}
|
||||||
secrets: inherit
|
secrets: inherit
|
11
.github/workflows/windows.yml
vendored
11
.github/workflows/windows.yml
vendored
@ -39,19 +39,14 @@ on:
|
|||||||
options:
|
options:
|
||||||
- windows-2022
|
- windows-2022
|
||||||
|
|
||||||
env:
|
|
||||||
CONAN_ARGS: ${{ inputs.conan_args || '' }}
|
|
||||||
ENTERPRISE: ${{ inputs.enterprise || false }}
|
|
||||||
STAGING: ${{ inputs.staging || false }}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
installer:
|
windows-installer:
|
||||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-windows.yml@main
|
uses: ultimaker/cura-workflows/.github/workflows/cura-installer-windows.yml@main
|
||||||
with:
|
with:
|
||||||
cura_conan_version: ${{ inputs.cura_conan_version }}
|
cura_conan_version: ${{ inputs.cura_conan_version }}
|
||||||
conan_args: ${{ inputs.conan_args }}
|
conan_args: ${{ inputs.conan_args }}
|
||||||
enterprise: ${{ inputs.enterprise == 'true' }}
|
enterprise: ${{ inputs.enterprise }}
|
||||||
staging: ${{ inputs.staging == 'true' }}
|
staging: ${{ inputs.staging }}
|
||||||
architecture: ${{ inputs.architecture }}
|
architecture: ${{ inputs.architecture }}
|
||||||
operating_system: ${{ inputs.operating_system }}
|
operating_system: ${{ inputs.operating_system }}
|
||||||
secrets: inherit
|
secrets: inherit
|
Loading…
x
Reference in New Issue
Block a user