Skip to content

Commit

Permalink
add whisper and syntax test
Browse files Browse the repository at this point in the history
  • Loading branch information
markuman committed Jun 9, 2021
1 parent cea43d1 commit 090f436
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ install: ## install collection localy
remove: ## remove collection localy
rm -rf markuman* ~/.ansible/collections/ansible_collections/markuman/

syntax: ## test compile
python -m py_compile plugins/lookup/passwords.py
python -m py_compile plugins/module_utils/nextcloud.py
python -m py_compile plugins/modules/*.py

whisper: ## verify files
whisper-ci --exit-code 1

round: ## remove, build install
$(MAKE) syntax
$(MAKE) whisper
$(MAKE) remove
$(MAKE) build
$(MAKE) install

0 comments on commit 090f436

Please sign in to comment.