memgraph/apollo_archives.yaml
Marko Budiselic d864ac95a1 Prepare release v0.12.0
Reviewers: buda, teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1472
2018-10-18 10:14:13 +02:00

20 lines
525 B
YAML

- name: Binaries
archive:
- build_debug/memgraph
- build_release/memgraph
- build_release/tools/src/mg_import_csv
- 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