mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-10-31 19:11:24 +00:00
1eb4e3dca5
Inspired by openQA's 01-compile-check-all.t, this adds a perl test which checks the syntax of main.pm and all lib and test files, and hooks it up to CI. Requires os-autoinst and perl-Test-Strict. Signed-off-by: Adam Williamson <awilliam@redhat.com>
16 lines
251 B
YAML
16 lines
251 B
YAML
- job:
|
|
name: os-autoinst-tox
|
|
run: ci/tox.yaml
|
|
nodeset: fedora-31-vm
|
|
|
|
- job:
|
|
name: os-autoinst-perl
|
|
run: ci/perl.yaml
|
|
nodeset: fedora-31-vm
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- os-autoinst-tox
|
|
- os-autoinst-perl
|