Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 013b95a7d9ad9227b28c9579d0bc17eeed4ea168
  • Loading branch information
Vertexwahn committed Jun 22, 2024
1 parent 057b708 commit 97be9d9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions devertexwahn/ci/README.md
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.

0 comments on commit 97be9d9

Please sign in to comment.