4776bea221
Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2619
17 lines
349 B
YAML
17 lines
349 B
YAML
- name: Binaries
|
|
archive:
|
|
- build_debug/memgraph
|
|
#- build_debug/memgraph_ha
|
|
- build_release/memgraph
|
|
#- build_release/memgraph_ha
|
|
- build_release/tools/src/mg_client
|
|
- config
|
|
filename: binaries.tar.gz
|
|
|
|
- name: Doxygen documentation
|
|
cd: docs/doxygen/html
|
|
archive:
|
|
- .
|
|
filename: documentation.tar.gz
|
|
host: true
|