nsxiv/etc/woodpecker
NRK 28018e92d3 CI: misc cleanups + faster analysis (#449)
* switch to git ls-files to avoid picking up any other local .c files
* enable assertions during static analysis since we used some assertions to
  disable/silence certain warnings.
* update TCC commit hash to a more recent one
* parallelize static analysis

cppcheck already has -j argument to parallelize it's analysis and
provide results faster, clang-tidy unfortunately doesn't.

so use xargs -P to archive parallel execution. on my system this brings
down the analysis time from ~27s to ~5s.
2023-06-15 15:25:54 +00:00
..
CFLAGS Move uncritical files into `etc/` (#350) 2022-08-09 16:21:52 +02:00
analysis.sh CI: misc cleanups + faster analysis (#449) 2023-06-15 15:25:54 +00:00
analysis.yml CI: misc cleanups + faster analysis (#449) 2023-06-15 15:25:54 +00:00
build.yml CI: misc cleanups + faster analysis (#449) 2023-06-15 15:25:54 +00:00
clang-tidy-checks [ci]: silence false positive warning 2023-05-13 23:28:27 +06:00
spell.yml [ci]: fix things (#400) 2023-01-12 04:52:28 +00:00
try-all-builds.sh [ci]: try building all combination with tcc (#338) 2022-10-07 15:37:44 +02:00