diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a75af06..3858f4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,24 +39,6 @@ cache: - mkdir 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: stage: test needs: []