Add .gitlab-ci.yml
This commit is contained in:
parent
05a213a7e3
commit
b28f8a27e8
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal 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))
|
Loading…
Reference in New Issue
Block a user