forked from OSchip/llvm-project
[libc++] Add a script to generate the libc++ BuildKite pipeline dynamically
This commit is contained in:
parent
2f2b46502f
commit
c9eeaedccd
|
@ -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
|
Loading…
Reference in New Issue