memgraph/tools/apollo/apollo_runs.yaml

11 lines
342 B
YAML
Raw Normal View History

- 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