499ad3ba15
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
9 lines
285 B
YAML
9 lines
285 B
YAML
- name: quality_assurance
|
|
commands: TIMEOUT=300 ./continuous_integration
|
|
infiles:
|
|
- . # current directory
|
|
- ../../build/memgraph # memgraph debug binary
|
|
- ../../config # directory with config files
|
|
outfile_paths:
|
|
- \./memgraph/tests/qa/\.quality_assurance_status
|