Compare commits

...

2 Commits

Author SHA1 Message Date
bc237f1aef New build pacakge.
Some checks failed
Build Ragnar anti spam bot / Build (push) Failing after 57s
2024-12-13 19:00:53 +00:00
9405fe728b Updated Makefile. 2024-12-13 19:00:07 +00:00
3 changed files with 7 additions and 7 deletions

View File

@ -1,23 +1,23 @@
ENV=./.venv/bin/activate
PYTHON=./.venv/bin/python
all: ensure_env format build install test
format:
./.venv/bin/python -m pip install shed
$(PYTHON) -m pip install shed
. $(ENV) && python -m shed
ensure_env:
-@python3 -m venv .venv
build:
./.venv/bin/python -m pip install build
./.venv/bin/python -m build .
$(PyTHON) -m pip install build
$(PYTHON) -m build .
install:
./.venv/bin/python -m pip install -e .
$(PYTHON) -m pip install -e .
run:
python -m ragnar.run
$(PYTHON) -m ragnar.run
test:
./.venv/bin/python -m unittest ragnar.tests
$(PYTHON) -m unittest ragnar.tests

Binary file not shown.

Binary file not shown.