core-agent-linux/.gitlab-ci.yml
Frédéric Pierret (fepitre) b28f8a27e8
Add .gitlab-ci.yml
2020-11-17 16:53:26 +01:00

16 lines
414 B
YAML

include:
- project: 'QubesOS/qubes-continuous-integration'
file: '/r4.1/gitlab-base.yml'
- project: 'QubesOS/qubes-continuous-integration'
file: '/r4.1/gitlab-vm.yml'
tests:shellcheck:
stage: tests
variables:
TESTS_ONLY: 1
before_script:
- pip3 install --quiet -r ci/requirements.txt
script:
- ./run-tests
- shellcheck -e SC1117 $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files))