Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow clang-format-diff/clang-tidy-diff to take branch as argument (#3711) | Sam Clegg | 2021-03-22 | 1 | -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 Clegg | 2021-03-19 | 1 | -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 Lively | 2021-02-26 | 1 | -10/+3 |
| | |||||
* | Replace "master" with "main" in scripts and docs (#3502) | Thomas Lively | 2021-01-19 | 1 | -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 Clegg | 2020-04-21 | 1 | -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 Clegg | 2020-04-16 | 1 | -3/+12 |
| | |||||
* | Move scripts in the `scripts` directory (#2735) | Sam Clegg | 2020-04-09 | 1 | -0/+28 |