mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Makefile: Add 'docs' target
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,9 +1,12 @@
|
|||||||
PYTEST_ARGS := -W ignore::DeprecationWarning -vv
|
PYTEST_ARGS := -W ignore::DeprecationWarning -vv
|
||||||
|
|
||||||
|
docs:
|
||||||
|
mkdocs build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
pytest $(PYTEST_ARGS)
|
pytest $(PYTEST_ARGS)
|
||||||
|
|
||||||
test-watch:
|
test-watch:
|
||||||
pytest-watch -- $(PYTEST_ARGS)
|
pytest-watch -- $(PYTEST_ARGS)
|
||||||
|
|
||||||
.PHONY: test test-watch
|
.PHONY: test test-watch docs
|
||||||
|
|||||||
Reference in New Issue
Block a user