summaryrefslogtreecommitdiff
path: root/scripts/clang-tidy-diff.sh
Commit message (Collapse)AuthorAgeFilesLines
* Allow clang-format-diff/clang-tidy-diff to take branch as argument (#3711)Sam Clegg2021-03-221-1/+3
| | | | | Also update clang-format-diff.sh to match recent changes to branch name and CI system (these changes mirror those already made to clang-tidy-diff.sh).
* Add `-o pipefail` to shell scripts (#3706)Sam Clegg2021-03-191-0/+1
| | | | This means that if any command in a pipelines fails the whole pipeline will also fail.
* Update clang-tidy-diff.sh for GH Actions (#3619)Thomas Lively2021-02-261-10/+3
|
* Replace "master" with "main" in scripts and docs (#3502)Thomas Lively2021-01-191-1/+1
| | | | We have updated the default branch name from "master" to "main." This PR updates scripts, configurations, and docs to reflect this change.
* Convert CI from travis + appveyor to github actions (#2646)Sam Clegg2020-04-211-1/+1
| | | | | | The intention is to move away from travis and appveyor which have become very slow. See: #2356
* Report errors in scripts/clang-tidy-diff.sh if clang-tidy is not found (#2775)Sam Clegg2020-04-161-3/+12
|
* Move scripts in the `scripts` directory (#2735)Sam Clegg2020-04-091-0/+28