From bf23f41de21c93e5fe70ff62e1cef4df625ed53c Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 31 Dec 2020 15:17:52 +0100 Subject: [PATCH] Gitlab CI: fix checking of modified files in qcsrc folder, it wasn't recursive --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cce7de00..2be81a914 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ report_cloc: - ln -s $PWD data/xonotic-data.pk3dir # is this needed? rules: - changes: - - qcsrc/* + - qcsrc/**/* stage: test script: - cloc --force-lang-def=qcsrc/tools/cloc.txt --sql 1 --sql-project xonotic qcsrc | sqlite3 code.db @@ -25,7 +25,7 @@ report_cloc: test_compilation_units: rules: - changes: - - qcsrc/* + - qcsrc/**/* stage: test script: - ./qcsrc/tools/compilationunits.sh -- 2.39.2