chore: WIP daily builds - add tests

This commit is contained in:
krande
2022-04-08 08:13:43 +02:00
parent 42b410792b
commit 8a649b14c4
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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