abef91616d
Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1650
18 lines
409 B
YAML
18 lines
409 B
YAML
- name: Binaries
|
|
archive:
|
|
- build_debug/memgraph
|
|
- build_debug/memgraph_distributed
|
|
- build_release/memgraph
|
|
- build_release/memgraph_distributed
|
|
- build_release/tools/src/mg_import_csv
|
|
- build_release/tools/src/mg_statsd
|
|
- config
|
|
filename: binaries.tar.gz
|
|
|
|
- name: Doxygen documentation
|
|
cd: docs/doxygen/html
|
|
archive:
|
|
- .
|
|
filename: documentation.tar.gz
|
|
host: true
|