Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit cbc7037

Browse files
Nicolas Cornuiomaganaris
andauthored
Add some explanations of CI in README (#756)
Co-authored-by: Ioannis Magkanaris <[email protected]>
1 parent 3fb0b8c commit cbc7037

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,18 @@ cmake --build . --target cmake-format
358358
cmake --build . --target clang-format
359359
```
360360

361+
## Run CI
362+
363+
CoreNeuron run several CI:
364+
365+
- Github Action: defined [here](https://github.com/BlueBrain/CoreNeuron/tree/master/.github/workflows) and is self contained
366+
367+
- Gitlab CI: defined [here](https://github.com/BlueBrain/CoreNeuron/blob/master/.gitlab-ci.yml) and depends on [gitlab pipelines](https://bbpgitlab.epfl.ch/hpc/gitlab-pipelines) and [blueconfigs](https://bbpgitlab.epfl.ch/hpc/sim/blueconfigs)
368+
369+
### Configure gitlab CI
370+
371+
See the [README](https://bbpgitlab.epfl.ch/hpc/gitlab-pipelines/-/blob/main/README.md) of `gitlab pipelines` to configure build.
372+
361373
## Citation
362374

363375
If you would like to know more about CoreNEURON or would like to cite it, then use the following paper:

0 commit comments

Comments
 (0)