Skip to content

Commit

Permalink
split in fullround
Browse files Browse the repository at this point in the history
  • Loading branch information
markuman committed Jul 22, 2021
1 parent dd72b2f commit 5f37ceb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ syntax: ## test compile
python -m py_compile plugins/module_utils/nextcloud.py
python -m py_compile plugins/modules/*.py

round: ## remove, build install
fullround: ## everything
$(MAKE) syntax
$(MAKE) remove
$(MAKE) build
$(MAKE) install
$(MAKE) test

round: ## short round
$(MAKE) syntax
$(MAKE) remove
$(MAKE) build
$(MAKE) install

test: ## run integration tests
$(MAKE) integration -C tests/integration/targets

0 comments on commit 5f37ceb

Please sign in to comment.