1
0
Fork 0
urdf-mesh-inertia/justfile
2024-07-04 01:31:53 +02:00

17 lines
239 B
Makefile

# Build urdf-mesh-inertia.
build:
@poetry build
# Remove build artifacts.
[linux]
[macos]
clean:
@rm -rf dist/
# poetry run ...
run +ARGS:
@poetry run {{ARGS}}
# Run urdf-mesh-inertia tests.
test:
@poetry run pytest -vv