diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 06834c7c..d19a013c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: diff --git a/devertexwahn/ci/README.md b/devertexwahn/ci/README.md new file mode 100644 index 00000000..a47c9677 --- /dev/null +++ b/devertexwahn/ci/README.md @@ -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).