gitlab-ci: remove regex_check and line_limit jobs

These two are too specific for a project like this and satisfying them
is pretty much extra chore. The actual submodules and relevant cmake
logic will be removed in the future as well, possibly as part of a
migration towards meson.
This commit is contained in:
Renken 2022-07-13 00:22:06 +02:00
parent 29404943cd
commit 5c2f05901d
Signed by: renken
GPG key ID: 1F2BB159B645E575

View file

@ -39,24 +39,6 @@ cache:
- mkdir build - mkdir build
- cd build - cd build
line_limit:
stage: analyse
needs: []
allow_failure: true
script:
- *setup_build
- cmake -DDOC:STRING=OFF -DLINE_LIMIT:BOOL=ON -DWERROR:BOOL=ON ..
- make line_limit
regex_check:
stage: analyse
needs: []
allow_failure: true
script:
- *setup_build
- cmake -DDOC:STRING=OFF -DREGEX_CHECK:BOOL=ON -DWERROR:BOOL=ON ..
- make regex_check
sphinx_html: sphinx_html:
stage: test stage: test
needs: [] needs: []