repo.or.cz
/
mailman-web.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'compress' into 'master'
[mailman-web.git]
/
.gitlab-ci.yml
blob
0e03ab0a08b39c940bccbd50f0656741244e047d
1
---
2
3
image: ghcr.io/maxking/mailman-ci-runner
4
5
6
docs:
7
script:
8
- tox -e docs
9
lint:
10
script:
11
- tox -e lint
12
13
django40:
14
script:
15
- tox -e py311-dj40
16
17
django41:
18
script:
19
- tox -e py311-dj41
20
21
django42:
22
script:
23
- tox -e py311-dj42
24
25
dev:
26
script:
27
- tox -e py311-dj42-dev
28
29
include:
30
- project: "dependabot-gitlab/dependabot-standalone"
31
file: ".gitlab-ci.yml"