add novtk/all variants to daily builds

This commit is contained in:
krande
2023-11-23 14:58:34 +01:00
parent 764efa1fed
commit 91d2e5ccd1
5 changed files with 18 additions and 31 deletions
@@ -42,6 +42,7 @@ jobs:
{ name: Linux, distver: ubuntu-22.04, upload: 'true' },
{ name: macOS, distver: macos-12, upload: 'true' }
]
variant: ['novtk', 'all']
steps:
- uses: actions/checkout@v3
with:
@@ -61,13 +62,9 @@ jobs:
channel_priority: strict
create-args: >-
python=${{ matrix.pyver.distver }}
- name: build, test and upload ifcopenshell
if: ${{ matrix.platform.upload == 'true' }}
run: |
conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --token ${{ secrets.ANACONDA_TOKEN }} --user ifcopenshell
working-directory: ./conda
- name: build & test ifcopenshell
if: ${{ matrix.platform.upload == 'false' }}
run: |
conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge
conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --token ${{ secrets.ANACONDA_TOKEN }} --user ifcopenshell --variants "{variant: ${{ matrix.variant }}}"
working-directory: ./conda