From: terencehill Date: Sun, 14 Mar 2021 16:03:22 +0000 (+0100) Subject: Gitlab CI: remove report_cloc "test" X-Git-Tag: xonotic-v0.8.5~509 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ebd4332d5ae14160c83f855f7c249e85ac5f3ceb;p=xonotic%2Fxonotic-data.pk3dir.git Gitlab CI: remove report_cloc "test" --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c27cb4ce..1fc76cf43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,19 +11,6 @@ before_script: - cd gmqcc && make -j $(nproc) && export QCC="$PWD/gmqcc" - cd .. -report_cloc: - before_script: - - ln -s $PWD data/xonotic-data.pk3dir # is this needed? - - apt-get update - - apt-get -y install cloc sqlite3 - rules: - - changes: - - qcsrc/**/* - stage: test - script: - - cloc --force-lang-def=qcsrc/tools/cloc.txt --sql 1 --sql-project xonotic qcsrc | sqlite3 code.db - - sqlite3 code.db 'select file,nCode from t where nCode > 1000 order by nBlank+nComment+nCode desc' - test_compilation_units: rules: - changes: