Skip to content

Merge pull request #30 from Ultimaker/NP-734-port-changes-to-conan-v2 #4

Merge pull request #30 from Ultimaker/NP-734-port-changes-to-conan-v2

Merge pull request #30 from Ultimaker/NP-734-port-changes-to-conan-v2 #4

Workflow file for this run

name: conan-package
on:
push:
paths:
- 'include/**'
- 'src/**'
- 'tests/**'
- 'test_package/**'
- 'conanfile.py'
- 'CMakeLists.txt'
- 'pyDulcificum/**'
- 'DulcificumJS/**'
- '.github/workflows/package.yml'
- '.github/worflows/requirements-conan-package.txt'
branches:
- main
- 'CURA-*'
- 'NP-*'
- 'PP-*'
- 'SS-*'
- '[0-9].[0-9]*'
- '[0-9].[0-9][0-9]*'
tags:
- '[0-9]+.[0-9]+.[0-9]*'
- '[0-9]+.[0-9]+.[0-9]'
jobs:
conan-package:
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main
with:
platform_wasm: true
secrets: inherit
npm-package:
needs: [ conan-package ]
if: ${{ github.event_name == 'push' && (github.ref_name == 'main' || startsWith(github.ref_name, 'NP-')) }}
uses: ultimaker/cura-workflows/.github/workflows/npm-package.yml@main
with:
package_version_full: ${{ needs.conan-package.outputs.package_version_full }}
secrets: inherit