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 - 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
View File
@@ -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