mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
add target for local ci testing...
This commit is contained in:
parent
239479f387
commit
581f3a1ccf
1 changed files with 7 additions and 0 deletions
7
makefile
7
makefile
|
|
@ -438,6 +438,13 @@ endif
|
||||||
@rm -rf "test/__pycache__";
|
@rm -rf "test/__pycache__";
|
||||||
|
|
||||||
|
|
||||||
|
## Run `make lint mypy test` using docker
|
||||||
|
.PHONY: citest
|
||||||
|
citest:
|
||||||
|
docker build --file Dockerfile --tag tmp_citest_$(PKG_NAME) .
|
||||||
|
docker run --tty tmp_citest_$(PKG_NAME) make lint mypy test
|
||||||
|
|
||||||
|
|
||||||
## -- Build/Deploy --
|
## -- Build/Deploy --
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue