b2f3bf9709
Summary: Fix LDBC run Reviewers: buda, teon.banek Reviewed By: buda, teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1317
21 lines
565 B
YAML
21 lines
565 B
YAML
- name: Binaries
|
|
archive:
|
|
- build_debug/memgraph
|
|
- build_release/memgraph
|
|
- 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
|
|
|
|
- name: Release (user docs)
|
|
project: ^NEVER$ # TODO (mferencevic): replace with 'release' once user documentation creation is fixed (couscous -> pandoc)
|
|
archive: docs/user_technical/docs.tar.gz
|
|
filename: release_user_docs.tar.gz
|