mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Add bSDD makefile
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
VERSION:=`date '+%y%m%d'`
|
||||||
|
SED:=sed -i
|
||||||
|
ifeq ($(UNAME_S),Darwin)
|
||||||
|
SED:=sed -i '' -e
|
||||||
|
endif
|
||||||
|
|
||||||
|
.PHONY: test
|
||||||
|
test:
|
||||||
|
pytest -p no:pytest-blender test
|
||||||
|
|
||||||
|
.PHONY: dist
|
||||||
|
dist:
|
||||||
|
rm -rf dist
|
||||||
|
$(SED) "s/999999/$(VERSION)/" pyproject.toml
|
||||||
|
python -m build
|
||||||
|
$(SED) "s/$(VERSION)/999999/" pyproject.toml
|
||||||
Reference in New Issue
Block a user