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:
parent
29404943cd
commit
5c2f05901d
1 changed files with 0 additions and 18 deletions
|
@ -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: []
|
||||||
|
|
Loading…
Reference in a new issue