]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - .gitlab-ci.yml
Fix 'cmd records' description
[xonotic/xonotic-data.pk3dir.git] / .gitlab-ci.yml
index 4cce7de00c024b8387df27d3a958c5003ef31688..2be81a9141028eecc9bebe78744f7f3239acf323 100644 (file)
@@ -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