dfc546183d
Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2671
18 lines
426 B
YAML
18 lines
426 B
YAML
- name: Binaries
|
|
archive:
|
|
- build_debug/memgraph
|
|
- build_debug/config/memgraph.conf
|
|
- build_release/memgraph
|
|
- build_release/config/memgraph.conf
|
|
- build_release/tools/src/mg_client
|
|
- build_community/memgraph
|
|
- build_community/config/memgraph.conf
|
|
filename: binaries.tar.gz
|
|
|
|
- name: Doxygen documentation
|
|
cd: docs/doxygen/html
|
|
archive:
|
|
- .
|
|
filename: documentation.tar.gz
|
|
host: true
|