Summary: Improve Apollo config files Add name to apollo_build Remove old generate script from build Add build_release symlink to release build Rename 'args' to 'arguments' Add run definition for cppcheck Host doxygen documentation Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1095
11 lines
342 B
YAML
11 lines
342 B
YAML
- name: cppcheck
|
|
commands: TIMEOUT=2400 ./cppcheck
|
|
infiles:
|
|
- cppcheck # cppcheck script
|
|
- ../../src # src source dir
|
|
- ../../tests # tests source dir
|
|
- ../../poc # poc source dir
|
|
- ../../.git # git directory (used to find out changed files in commit)
|
|
outfile_paths:
|
|
- \./memgraph/tools/apollo/\.cppcheck_errors
|