mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
7 lines
223 B
Bash
7 lines
223 B
Bash
#!/bin/bash
|
|
|
|
# Hack while we do not have bcf-client on our conda ifcopenshell channel yet
|
|
# pip install bcf-client
|
|
cd test && python tests.py
|
|
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|