core-agent-linux/.gitlab-ci.yml

18 lines
516 B
YAML
Raw Permalink Normal View History

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'
checks:tests:
stage: checks
2020-11-15 23:31:54 +01:00
before_script:
- 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