Files
IfcOpenShell/conda/run_test.sh
T

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