Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 2914398

Browse files
committed
add .gitlab-ci.yml for the mirror
1 parent 6b02baf commit 2914398

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitlab-ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
include:
2+
- project: cells/ci
3+
file: /ci/lib/common.yml
4+
5+
6+
tests:
7+
before_script:
8+
- !reference [.bb5, load-python-310]
9+
- !reference [.gitlab-access]
10+
script:
11+
- git clone https://bbpgitlab.epfl.ch/cells/bluecellulab-bb5-tests.git
12+
- cd bluecellulab-bb5-tests
13+
- make

0 commit comments

Comments
 (0)