From 8a649b14c4c2d0e0ae04c9ed94dd06c721e02170 Mon Sep 17 00:00:00 2001 From: krande Date: Fri, 8 Apr 2022 08:13:43 +0200 Subject: [PATCH] chore: WIP daily builds - add tests --- .github/workflows/ci-daily-build.yml | 2 +- conda/meta.yaml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-daily-build.yml b/.github/workflows/ci-daily-build.yml index 4512a1f952..796ef9a0ca 100644 --- a/.github/workflows/ci-daily-build.yml +++ b/.github/workflows/ci-daily-build.yml @@ -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: diff --git a/conda/meta.yaml b/conda/meta.yaml index 6c72c1a8d1..e4705b50dd 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -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