memgraph/apollo_archives.yaml
Matej Ferencevic 499ad3ba15 Add initial version of Apollo config files
Summary:
Improve Apollo config files

Add name to apollo_build

Remove old generate script from build

Add build_release symlink to release build

Rename 'args' to 'arguments'

Add run definition for cppcheck

Host doxygen documentation

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1095
2018-01-10 14:46:10 +01:00

22 lines
429 B
YAML

- name: Binary
archive:
- build/memgraph
- config
filename: binary.tar.gz
- name: Doxygen documentation
cd: docs/doxygen/html
archive:
- .
filename: documentation.tar.gz
host: true
- name: Release (tarball)
project: release
archive: build/output/memgraph*.tar.gz
# - name: Release (user docs)
# project: release
# archive: docs/user_technical/docs.tar.gz
# filename: release_user_docs.tar.gz