[llvm] [GitHub] Add basic CI for libclang Python binding unit tests (PR #76784)
    Craig Hesling via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan  3 20:32:12 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/**'
----------------
linux4life798 wrote:
Anyways. I dropped `cmake/*` from the paths list. Arguably, there are many other cmake include locations that also weren't covered (like clang/cmake/* and llvm/cmake/*). This was starting to feel like whac-a-mole.
https://github.com/llvm/llvm-project/pull/76784
    
    
More information about the llvm-commits
mailing list