Skip to content
Snippets Groups Projects
Commit d4d69a6b authored by Lars Beckers's avatar Lars Beckers
Browse files

add CI configuration

parent d560f7bd
No related branches found
No related tags found
No related merge requests found
Pipeline #1841 failed
[flake8]
max-line-length = 120
---
image: registry.git.fsmpi.rwth-aachen.de/infra/ci-containers/fsmpi-python:buster
before_script:
- export LANG=en_US.UTF-8
stages:
- test
test:
stage: test
script:
- "python3 -m py_compile *.py"
- flake8 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment