Created build server configuration.

This commit is contained in:
2024-11-26 06:04:33 +01:00
parent 1ed30e0d80
commit 3bd46cb640
19 changed files with 61 additions and 3 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
all: ensure_env clean build serve
all: clean ensure_env build install serve
clean:
-@rm -rf src/rupload/__pycache__
@@ -9,6 +9,8 @@ ensure_env:
build:
./.venv/bin/python -m pip install build
./.venv/bin/python -m build .
install:
./.venv/bin/python -m pip install -e .
serve: