Skip to content
Snippets Groups Projects
Commit b04937cf authored by Michel Jouvin's avatar Michel Jouvin
Browse files

Add .gitlab-ci.yml to configure the CI

parent 0c0f28a5
No related branches found
No related tags found
No related merge requests found
default:
tags:
# Ensure that the pipeline is executed in IJCLab intranet - TO BE CHANGED
- oval-checks
stages:
- build
build:
stage: build
script:
- pip install nox pyproject-parser consolekit
- nox -s lint
- pyproject-parser check
- pyproject-parser reformat
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