aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2022-11-09 16:50:51 -1000
committerLouis Dionne <ldionne.2@gmail.com>2022-11-09 16:52:41 -1000
commitc9eeaedccdf2e9e149ec43c2a64580f5dbe0bd05 (patch)
tree2c78f0612e4139687d2787b7753c4a4f3fcffe56 /libcxx
parent2f2b46502fa2de81e4e521635db064176b53c074 (diff)
downloadllvm-c9eeaedccdf2e9e149ec43c2a64580f5dbe0bd05.zip
llvm-c9eeaedccdf2e9e149ec43c2a64580f5dbe0bd05.tar.gz
llvm-c9eeaedccdf2e9e149ec43c2a64580f5dbe0bd05.tar.bz2
[libc++] Add a script to generate the libc++ BuildKite pipeline dynamically
Diffstat (limited to 'libcxx')
-rwxr-xr-xlibcxx/utils/ci/generate-buildkite-pipeline10
1 files changed, 10 insertions, 0 deletions
diff --git a/libcxx/utils/ci/generate-buildkite-pipeline b/libcxx/utils/ci/generate-buildkite-pipeline
new file mode 100755
index 0000000..5910a927
--- /dev/null
+++ b/libcxx/utils/ci/generate-buildkite-pipeline
@@ -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