Initial release

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2022-02-20 13:32:25 +00:00
parent be48ae04fd
commit 31307d993a
102 changed files with 16918 additions and 16 deletions

View File

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