Initial release

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2022-02-20 14:01:28 +00:00
parent f516c3c6f0
commit d933f51db4
3 changed files with 19 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
.DEFAULT_GOAL := default
IMAGE ?= docker.cluster.fun/private/docker-openscad:latest
IMAGE ?= docker.cluster.fun/averagemarcus/openscad:latest
.PHONY: test # Run all tests, linting and format checks
test: lint check-format run-tests
@@ -78,4 +78,4 @@ help:
@echo "-----------------------------------"
@grep '^.PHONY: .* #' Makefile | sed 's/\.PHONY: \(.*\) # \(.*\)/\1 \2/' | expand -t20
default: test build
default: test docker-build