Skip to content
GitLab
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
75ecce1a
Commit
75ecce1a
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
#69
failed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
75ecce1a
image
:
python:3.8-slim
before_script
:
-
apt-get update -qy
-
apt-get update -y git
-
pip install pylint
-
pip install -r requirements.txt
-
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
.
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