2020-11-15 23:31:54 +01:00
|
|
|
include:
|
|
|
|
- project: 'QubesOS/qubes-continuous-integration'
|
|
|
|
file: '/r4.1/gitlab-base.yml'
|
|
|
|
- project: 'QubesOS/qubes-continuous-integration'
|
|
|
|
file: '/r4.1/gitlab-vm.yml'
|
|
|
|
|
2020-11-23 04:54:43 +01:00
|
|
|
checks:tests:
|
|
|
|
stage: checks
|
2020-11-15 23:31:54 +01:00
|
|
|
before_script:
|
2020-11-23 12:22:30 +01:00
|
|
|
- sudo dnf install -y python3-pip python3-gobject-base ShellCheck
|
2020-11-15 23:31:54 +01:00
|
|
|
- pip3 install --quiet -r ci/requirements.txt
|
|
|
|
script:
|
|
|
|
- ./run-tests
|
|
|
|
- shellcheck -e SC1117 $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files))
|
2020-11-23 04:56:14 +01:00
|
|
|
after_script:
|
|
|
|
- "PATH=$PATH:$HOME/.local/bin"
|
|
|
|
- codecov
|