[llvm] [GitHub] Add basic CI for libclang Python binding unit tests (PR #76784)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 3 23:42:41 PST 2024
================
@@ -0,0 +1,41 @@
+name: Libclang Python Binding Tests
+
+permissions:
+ contents: read
+
+on:
+ workflow_dispatch:
+ push:
+ paths:
+ - 'clang/bindings/python/**'
+ - 'clang/tools/libclang/**'
+ - 'clang/CMakeList.txt'
+ - 'cmake/**'
----------------
boomanaiden154 wrote:
Yep. I've had similar experiences working on CI for other parts of the project. If it's a frequent occurrence that CMake changes break the libclang builds (or even if it just happens more than once), we can revisit this point.
https://github.com/llvm/llvm-project/pull/76784
More information about the llvm-commits
mailing list