-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitOrigin-RevId: 013b95a7d9ad9227b28c9579d0bc17eeed4ea168
- Loading branch information
1 parent
057b708
commit 97be9d9
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# CI | ||
# Continuous Integration | ||
|
||
In this folder you can find CI jobs based on Azure pipelines. | ||
In this folder, you can find CI jobs based on Azure Pipelines. | ||
These jobs make sure that `bazel build` and `bazel test` work across different compilers and operating systems. | ||
An overview supported Microsoft-hosted agents can be found [here](https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml). | ||
An overview of supported Microsoft-hosted agents supported by Azure Pipelines can be found [here](https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml). | ||
|
||
## Static analysis of C/C++ code | ||
|
||
For static analysis of C/C++ code [Cppcheck](https://github.com/danmar/cppcheck/) is used. |