From ba6674299cc92693317fa0e887214454d9a448fd Mon Sep 17 00:00:00 2001 From: Andrej Date: Thu, 5 Jun 2025 18:49:33 +0500 Subject: [PATCH] ifocpenshell-python makefile - shortcut to get current build urls --- src/ifcopenshell-python/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ifcopenshell-python/Makefile b/src/ifcopenshell-python/Makefile index 776083d04c..5233776e2c 100644 --- a/src/ifcopenshell-python/Makefile +++ b/src/ifcopenshell-python/Makefile @@ -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