[libcxx-commits] [libcxx] c9eeaed - [libc++] Add a script to generate the libc++ BuildKite pipeline dynamically
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 9 18:52:57 PST 2022
Author: Louis Dionne
Date: 2022-11-09T16:52:41-10:00
New Revision: c9eeaedccdf2e9e149ec43c2a64580f5dbe0bd05
URL: https://github.com/llvm/llvm-project/commit/c9eeaedccdf2e9e149ec43c2a64580f5dbe0bd05
DIFF: https://github.com/llvm/llvm-project/commit/c9eeaedccdf2e9e149ec43c2a64580f5dbe0bd05.diff
LOG: [libc++] Add a script to generate the libc++ BuildKite pipeline dynamically
Added:
libcxx/utils/ci/generate-buildkite-pipeline
Modified:
Removed:
################################################################################
diff --git a/libcxx/utils/ci/generate-buildkite-pipeline b/libcxx/utils/ci/generate-buildkite-pipeline
new file mode 100755
index 0000000000000..5910a927177ca
--- /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
More information about the libcxx-commits
mailing list