ifocpenshell-python makefile - shortcut to get current build urls

This commit is contained in:
Andrej
2025-06-05 18:49:33 +05:00
parent fc0624692f
commit ba6674299c
+5
View File
@@ -58,6 +58,11 @@ endif
IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v0.8.3-ec13294-$(PLATFORM).zip
IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.8.3-ec13294-$(PLATFORM).zip
.PHONY: build-urls
build-urls:
@echo ${IOS_URL}
@echo ${IFCCONVERT_URL}
.PHONY: test
test:
pytest -p no:pytest-blender test --ignore=test/util/test_shape_builder.py