[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 00:40:46 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:

Why rebuild when the cmake infrastructure changes? Changes there are quite rare and I don't think are likely to impact the libclang python bindings.

https://github.com/llvm/llvm-project/pull/76784


More information about the llvm-commits mailing list