mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
only do import of ifcopenshell as means of testing and rely on the successful completion of ci.yml as a triggering mechanism instead
This commit is contained in:
@@ -8,6 +8,12 @@ on:
|
||||
- .github/workflows/ci-daily-build.yml
|
||||
branches:
|
||||
- pr-daily-builds
|
||||
# Only trigger, when the build workflow succeeded
|
||||
workflow_run:
|
||||
workflows: ["ci"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: ${{ matrix.platform.distver }}-${{ matrix.pyver.name }}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
compile:
|
||||
conda activate condabuild && conda-build -c conda-forge . --keep-old-work --python 3.10.4
|
||||
|
||||
debug:
|
||||
conda activate condabuild && conda-debug -c conda-forge . --python 3.10.4
|
||||
|
||||
install:
|
||||
conda env create -f environment.yml
|
||||
|
||||
update:
|
||||
conda env update -n conda-build --file environment.yml --prune
|
||||
+10
-12
@@ -54,18 +54,16 @@ test:
|
||||
- lark
|
||||
- networkx
|
||||
- xmlschema
|
||||
source_files:
|
||||
- test
|
||||
- src/ifcopenshell-python/test/api
|
||||
- src/ifcopenshell-python/test/util
|
||||
- src/ifcopenshell-python/test/bootstrap.py
|
||||
- src/ifcopenshell-python/test/test_file.py
|
||||
- src/ifcopenshell-python/test/test_wall_opening.py
|
||||
- src/ifcopenshell-python/test/__init__.py
|
||||
commands:
|
||||
#- pip install bcf-client
|
||||
#- cd test && python tests.py
|
||||
#- cd ../src/ifcopenshell-python/test && pytest -p no:pytest-blender
|
||||
#source_files:
|
||||
# - src/ifcopenshell-python/test/api
|
||||
# - src/ifcopenshell-python/test/util
|
||||
# - src/ifcopenshell-python/test/bootstrap.py
|
||||
# - src/ifcopenshell-python/test/test_file.py
|
||||
# - src/ifcopenshell-python/test/test_wall_opening.py
|
||||
# - src/ifcopenshell-python/test/__init__.py
|
||||
#commands:
|
||||
# #- pip install bcf-client
|
||||
# - cd ../src/ifcopenshell-python/test && pytest -p no:pytest-blender
|
||||
|
||||
about:
|
||||
home: http://ifcopenshell.org
|
||||
|
||||
Reference in New Issue
Block a user