Skip to content
Snippets Groups Projects
Commit ecfb365b authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Preliminary version of CI specification

parent e99b2ebf
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!31Preliminary Hivemind ci
stages:
- build
- test
- deploy
variables:
GIT_DEPTH: 1
LC_ALL: "C"
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursiv
hivemind_build:
stage: build
script:
- python3 setup.py build
- python3 setup.py install --prefix "$CI_PROJECT_DIR/hivemind-install"
tags:
- hivemind
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment