Add .gitlab-ci.yml

This commit is contained in:
Frédéric Pierret (fepitre) 2020-11-15 23:31:54 +01:00
parent 05a213a7e3
commit b28f8a27e8
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

15
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,15 @@
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))