mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
update ci-daily build use win2019 for upload
This commit is contained in:
committed by
GitHub
parent
527d26c1c6
commit
8c8e83d98f
@@ -30,8 +30,8 @@ jobs:
|
|||||||
{ name: py310, distver: '3.10'}
|
{ name: py310, distver: '3.10'}
|
||||||
]
|
]
|
||||||
platform: [
|
platform: [
|
||||||
{ name: Windows, distver: windows-2022, upload: 'true' },
|
{ name: Windows, distver: windows-2022, upload: 'false' },
|
||||||
{ name: Windows, distver: windows-2019, upload: 'false' },
|
{ name: Windows, distver: windows-2019, upload: 'true' },
|
||||||
{ name: Linux, distver: ubuntu-20.04, upload: 'false' },
|
{ name: Linux, distver: ubuntu-20.04, upload: 'false' },
|
||||||
{ name: Linux, distver: ubuntu-18.04, upload: 'true' },
|
{ name: Linux, distver: ubuntu-18.04, upload: 'true' },
|
||||||
{ name: macOS, distver: macos-11, upload: 'true' },
|
{ name: macOS, distver: macos-11, upload: 'true' },
|
||||||
@@ -61,4 +61,4 @@ jobs:
|
|||||||
- name: build & test ifcopenshell
|
- name: build & test ifcopenshell
|
||||||
if: ${{ matrix.platform.upload == 'false' }}
|
if: ${{ matrix.platform.upload == 'false' }}
|
||||||
run: |
|
run: |
|
||||||
conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --no-remove-work-dir
|
conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --no-remove-work-dir
|
||||||
|
|||||||
Reference in New Issue
Block a user