[libcxx-commits] [libcxx] [llvm] Add libc++ github actions workflow to replace buildkite (PR #71836)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 16 11:39:53 PST 2023
================
@@ -0,0 +1,112 @@
+name: Build and Test libc++
+
+on: pull_request
----------------
ldionne wrote:
We need a path selector to only trigger on the following paths: `libcxx|libcxxabi|libunwind|runtimes|cmake`
https://github.com/llvm/llvm-project/pull/71836
More information about the libcxx-commits
mailing list