ci: Add check that wiki and generator are in sync

Add a new test that checks that the unsupported list is not out of date.
As the wiki can be edited at any time, add this as a further optional
check into the CI pipeline.
This commit is contained in:
Benjamin Berg
2021-01-19 15:55:56 +01:00
parent 1f2d723485
commit 284f6f1ef8
2 changed files with 63 additions and 0 deletions

View File

@@ -112,6 +112,15 @@ test_indent:
- git diff
- "! git status -s | grep -q ."
test_unsupported_list:
stage: check-source
except:
variables:
- $CI_PIPELINE_SOURCE == "schedule"
allow_failure: true
script:
- tests/hwdb-check-unsupported.py
flatpak:
stage: flatpak
extends: .flatpak