File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- on : [push, pull_request]
1
+ on :
2
+ push :
3
+ branches : [main]
4
+ pull_request :
2
5
3
6
name : Continuous integration
4
7
@@ -46,14 +49,18 @@ jobs:
46
49
47
50
- name : " LLVM: Build"
48
51
if : steps.llvm-cache.outputs.cache-hit != 'true'
49
- run : cd llvm/build && ninja libIndexStore.dylib
52
+ run : cd llvm/build && ninja libIndexStore.dylib FileCheck
50
53
51
54
- name : " index-import: CMake"
52
55
run : mkdir build && cmake -B build -G Ninja -DClang_DIR=./llvm/build/lib/cmake/clang/ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
53
56
54
57
- name : " index-import: Build"
55
58
run : cd build && ninja
56
59
60
+ - name : " index-import: test"
61
+ run : |
62
+ PATH=$PWD/llvm/build/bin:$PATH ./tests/run.sh
63
+
57
64
# For local development, use the playground at
58
65
# https://rhysd.github.io/actionlint/
59
66
actionlint :
You can’t perform that action at this time.
0 commit comments