Skip to content

Commit

Permalink
Create the Uranium binaries
Browse files Browse the repository at this point in the history
Contributes to CURA-10831
  • Loading branch information
jellespijker committed Nov 16, 2023
1 parent 31b61e0 commit 8044971
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/conan-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- 'conanfile.py'
- 'conandata.yml'
- 'requirements*.txt'
- '.github/workflows/conan-package.yml'
- '.github/workflows/requirements-runner.txt'
branches:
- main
Expand All @@ -33,12 +32,19 @@ jobs:
with:
project_name: uranium

conan-package-export-linux:
conan-package-export:
needs: [ conan-recipe-version ]
uses: ultimaker/cura-workflows/.github/workflows/conan-recipe-export.yml@CURA-10831
with:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
conan_export_binaries: true
secrets: inherit

conan-package-create-linux:
needs: [ conan-recipe-version, conan-package-export ]

uses: ultimaker/cura-workflows/.github/workflows/conan-package-create-linux.yml@CURA-10831
with:
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
conan_extra_args: '-c tools.build:skip_test=True -o ${{ needs.conan-recipe-version.outputs.project_name }}:enable_i18n=True'
secrets: inherit

0 comments on commit 8044971

Please sign in to comment.