[libc++] Add a script to generate the libc++ BuildKite pipeline dynamically
authorLouis Dionne <ldionne.2@gmail.com>
Thu, 10 Nov 2022 02:50:51 +0000 (16:50 -1000)
committerLouis Dionne <ldionne.2@gmail.com>
Thu, 10 Nov 2022 02:52:41 +0000 (16:52 -1000)
libcxx/utils/ci/generate-buildkite-pipeline [new file with mode: 0755]

diff --git a/libcxx/utils/ci/generate-buildkite-pipeline b/libcxx/utils/ci/generate-buildkite-pipeline
new file mode 100755 (executable)
index 0000000..5910a92
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+#===----------------------------------------------------------------------===##
+#
+# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+# See https://llvm.org/LICENSE.txt for license information.
+# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+#
+#===----------------------------------------------------------------------===##
+
+cat libcxx/utils/ci/buildkite-pipeline.yml