Skip to content
Snippets Groups Projects
Commit d5251459 authored by Soeren Peters's avatar Soeren Peters
Browse files

Add lizard job.

parent d6f0eceb
No related branches found
No related tags found
No related merge requests found
......@@ -204,3 +204,25 @@ deploy_cppcheck_to_elladan:
script:
- ansible-playbook -i ansible/hosts.cfg -u public_pages ansible/playbook_cppcheck.yml
lizard:
stage: test
before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
- cd /tmp
- git clone https://github.com/terryyin/lizard.git
- cd lizard
- python setup.py install
- which lizard
- lizard --version
script:
- cd $CI_PROJECT_DIR
- lizard -l cpp src/ > lizard.txt
artifacts:
paths:
- lizard.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment