Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
b714e102
Verified
Commit
b714e102
authored
May 11, 2020
by
Jelle van der Waa
🚧
Browse files
Add gitlab CI integration
Signed-off-by:
Jelle van der Waa
<
jelle@archlinux.org
>
parent
a0ea4418
Pipeline
#67
failed with stage
in 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b714e102
image
:
python:3.8-slim
before_script
:
-
>
pip install pylint
pip install -r requirements.txt
pip install pylint
python manage.py collectstatic --noinput
stages
:
-
lint
-
test
lint
:
script
:
-
pylint devel main mirrors news packages releng templates todolists visualize *.py
lint
:
script
:
-
coverage run --rcfile .coveragerc manage.py test
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment