Initial release

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2022-02-26 09:18:27 +00:00
parent 74377a5119
commit d317cc03cb
4 changed files with 41 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
.DEFAULT_GOAL := default
IMAGE ?= docker.cluster.fun/private/docker-cura:latest
IMAGE ?= docker.cluster.fun/private/cura: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