2018-03-27 04:35:55 +08:00
|
|
|
- name: Binaries
|
2018-01-10 20:53:42 +08:00
|
|
|
archive:
|
2018-03-27 04:35:55 +08:00
|
|
|
- build_debug/memgraph
|
2018-10-04 21:23:07 +08:00
|
|
|
- build_debug/memgraph_distributed
|
2018-03-27 04:35:55 +08:00
|
|
|
- build_release/memgraph
|
2018-10-04 21:23:07 +08:00
|
|
|
- build_release/memgraph_distributed
|
2018-03-27 04:35:55 +08:00
|
|
|
- build_release/tools/src/mg_import_csv
|
|
|
|
- build_release/tools/src/mg_statsd
|
2018-01-10 20:53:42 +08:00
|
|
|
- config
|
2018-03-27 04:35:55 +08:00
|
|
|
filename: binaries.tar.gz
|
2018-01-10 20:53:42 +08:00
|
|
|
|
|
|
|
- name: Doxygen documentation
|
|
|
|
cd: docs/doxygen/html
|
|
|
|
archive:
|
|
|
|
- .
|
|
|
|
filename: documentation.tar.gz
|
|
|
|
host: true
|
|
|
|
|
2018-03-27 04:35:55 +08:00
|
|
|
- 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
|