From 62e95745ac02e8f849f9f99dce08280e96c55bed Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Tue, 15 Jun 2021 09:00:02 +0000 Subject: Migrate off CircleCI to Jenkins (#5230) * Add Jenkinsfile * cd src * Escape wildcards * Refactor stages * Remove CircleCI junk * Make clang-tidy do something * updated regex to include only the files in the base src directory * fixed errors displayed by new clang tidy version * adjust clang core count to actual count * Update README with new Jenkins build Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com> --- clang-tidy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang-tidy.sh') diff --git a/clang-tidy.sh b/clang-tidy.sh index 8527ae02d..ec9a226a6 100755 --- a/clang-tidy.sh +++ b/clang-tidy.sh @@ -3,7 +3,7 @@ set -e FIXES_FILE="tidy-fixes.yaml" -REGEX="/cuberite/src/\.?[^\.]" +REGEX="cuberite_[^/\.]+/src/\.?[^\.]" ARGS="-header-filter $REGEX -quiet -export-fixes $FIXES_FILE "$@" $REGEX" # Generate the compilation database -- cgit v1.2.3