forked from QubesOS/qubes-app-shutdown-idle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
22 lines (21 loc) · 686 Bytes
/
.gitlab-ci.yml
File metadata and controls
22 lines (21 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include:
- file: /r4.2/gitlab-base.yml
project: QubesOS/qubes-continuous-integration
- file: /r4.2/gitlab-vm.yml
project: QubesOS/qubes-continuous-integration
- file: /r4.3/gitlab-base.yml
project: QubesOS/qubes-continuous-integration
- file: /r4.3/gitlab-vm.yml
project: QubesOS/qubes-continuous-integration
checks:tests:
stage: checks
before_script:
- "PATH=$PATH:$HOME/.local/bin"
- sudo dnf install -y python3-pytest
python3-coverage xorg-x11-server-Xvfb
- pip3 install --quiet -r ci/requirements.txt
script:
- xvfb-run python3 -m coverage run -m unittest discover -v
after_script:
- "PATH=$PATH:$HOME/.local/bin"
- ci/codecov-wrapper