Gitlab CI Docker (passed)
Gitlab-CI, Docker
GitLab CI Introduction with the Inria GitLab and CI and Docker platform.
The INRIA continuous integration practical tutorial will guide you through exercises on a way to make static and dynamic tests on a simple piece of code in order to improve code quality. These tests will be run locally, and then on a GitLab CI / CD instance (in order to present the results).
- Pre-requisites:
- Gitlab account: https://gitlab.inria.fr
- Development environment on your computer:
- git SCM: https://git-scm.com/downloads
- Python 3.7+ with pytest, Anaconda recommanded: https://www.anaconda.com/products/distribution
- your favorite code editor (nota Spyder comes with Anaconda)
The example for the tutorial is also available in Java and C++, but only Python version will be presented.
Date | May, 6 2022 |
Place | Room B013, Building B, INRIA Nancy |
Author | Benjamin.Dexheimer@inria.fr, Laurent.Pierron@inria.fr, Olivier.Rochel@inria.fr |