mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
chore: WIP daily builds - add tests
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
|||||||
- pr-daily-builds
|
- pr-daily-builds
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: ${{ matrix.platform.name }}-${{ matrix.pyver.name }}-${{ matrix.xcode.name }}
|
name: ${{ matrix.platform.name }}-${{ matrix.pyver.name }}
|
||||||
runs-on: ${{ matrix.platform.distver }}
|
runs-on: ${{ matrix.platform.distver }}
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
+6
-1
@@ -44,7 +44,12 @@ requirements:
|
|||||||
test:
|
test:
|
||||||
imports:
|
imports:
|
||||||
- ifcopenshell
|
- ifcopenshell
|
||||||
|
source_files:
|
||||||
|
- test
|
||||||
|
- src/ifcopenshell-python
|
||||||
|
commands:
|
||||||
|
- cd test && python tests.py
|
||||||
|
- cd src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|
||||||
about:
|
about:
|
||||||
home: http://ifcopenshell.org
|
home: http://ifcopenshell.org
|
||||||
license: LGPL-3.0-or-later
|
license: LGPL-3.0-or-later
|
||||||
|
|||||||
Reference in New Issue
Block a user