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