Skip to content

Commit

Permalink
Add readme to CI folder
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7fb272fd6466a95fc2b5c0617dd9180c58d66740
  • Loading branch information
Vertexwahn committed May 5, 2024
1 parent 2c1f360 commit 94e16e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
steps:
- template: devertexwahn/ci/macOS-13-apple-clang14.yaml

# macOS 14/M1 is still not supported on Azure Pipelines
# consult documentation for Microsoft-hosted agents:
# https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml
- job: MacOSAppleClang14Sonoma
displayName: "Apple Clang14 on macOS 14 (Sonoma)"
pool:
Expand Down
5 changes: 5 additions & 0 deletions devertexwahn/ci/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CI

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).

0 comments on commit 94e16e6

Please sign in to comment.