From ebd4332d5ae14160c83f855f7c249e85ac5f3ceb Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 14 Mar 2021 17:03:22 +0100 Subject: [PATCH] Gitlab CI: remove report_cloc "test" --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) 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: -- 2.39.2