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
5e3c2863
Commit
5e3c2863
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
#71
passed with stage
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
5e3c2863
image
:
python:3.8-slim
before_script
:
-
apt-get update -qy
-
apt-get install -y git
-
pip install pylint coverage
-
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