mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
ifocpenshell-python makefile - shortcut to get current build urls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user