From 94e16e6e397ca10ed24050fe32877b1779618ab7 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Sun, 5 May 2024 18:08:23 +0200 Subject: [PATCH] Add readme to CI folder GitOrigin-RevId: 7fb272fd6466a95fc2b5c0617dd9180c58d66740 --- azure-pipelines.yml | 3 --- devertexwahn/ci/README.md | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 devertexwahn/ci/README.md 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).