Skip to content

Commit

Permalink
Merge branch 'ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Mar 20, 2024
2 parents a79d4b8 + 47c0933 commit 01f51e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/check-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ for dir in build build-build; do
# Only check our files
SOURCES1=$(git --no-pager diff --diff-filter=d --name-only ${TARGET_BRANCH} |\
grep -v -E "(^src/(drivers|ui/fonts)|.*ugui.*|.*base32.*)" |\
grep -E "^(src|test)" |\
grep -E "^(src)" |\
grep -v "^test/unit-test/u2f/" |\
grep -E "\.c\$" || true)

Expand All @@ -51,7 +51,7 @@ for dir in build build-build; do
done

if [ -z "${SOURCES}" ] ; then
exit 0
continue
fi

echo "Checking $(echo ${SOURCES} | wc -w) files with clang-tidy"
Expand Down
2 changes: 1 addition & 1 deletion .ci/ci
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ make prepare-tidy
./.ci/check-tidy

# Build and run Unit tests
make -j8 unit-test
make -j8 unit-test SANITIZE=OFF
make -j8 run-unit-tests
make -j8 run-rust-unit-tests
make -j8 run-valgrind-on-unit-tests
Expand Down

0 comments on commit 01f51e2

Please sign in to comment.