forked from jblance/mpp-solar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefile
More file actions
34 lines (25 loc) · 661 Bytes
/
makefile
File metadata and controls
34 lines (25 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
format:
flake8 setup.py mppsolar tests
test: tests/*.py
# python3 -m unittest -v
coverage run -m unittest
coverage report -m
coverage html
t: tests/*.py
python3 -m unittest -f -v
pypi:
rm -rf dist/*
#python3 -m build
poetry build
ls -l dist/
pypi-upload:
twine upload dist/*
docker-up:
docker-compose up --build
docker-powermon-dev-up:
docker compose -f docker-compose.development.yaml up --build
m-build:
docker-compose -f docker-compose.dev-min.yaml up --build
m-run:
docker-compose -f docker-compose.dev-min.yaml run mppsolar mpp-solar -p test -c QID -D
# docker-compose -f docker-compose.dev-min.yaml run mppsolar -p test -c QID