forked from BlueBrain/BlueCelluLab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
28 lines (26 loc) · 813 Bytes
/
.gitlab-ci.yml
File metadata and controls
28 lines (26 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
include:
- project: cells/ci
file: /ci/lib/common.yml
workflow:
# run for the default branch and all types of merge request pipelines, but not for tags
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_EXTERNAL_PULL_REQUEST_IID
tests:
stage: test
tags:
- bb5_map
before_script:
- !reference [.define-functions]
- !reference [.bb5, clean-env]
- !reference [.bb5, load-python-39]
- !reference [.bb5, load-python-310]
- !reference [.bb5, load-extra-modules]
- !reference [.run-pre-build-command]
- !reference [.setup-venv]
- !reference [.gitlab-access]
script:
- pip install . # Install the package itself
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@bbpgitlab.epfl.ch/cells/bluecellulab-bb5-tests.git
- cd bluecellulab-bb5-tests
- make