ci: test lldb last
This commit is contained in:
14
.github/workflows/llgo.yml
vendored
14
.github/workflows/llgo.yml
vendored
@@ -64,13 +64,6 @@ jobs:
|
|||||||
cd _xtool
|
cd _xtool
|
||||||
llgo build -v ./...
|
llgo build -v ./...
|
||||||
|
|
||||||
- name: LLDB tests
|
|
||||||
if: ${{startsWith(matrix.os, 'macos')}}
|
|
||||||
working-directory: compiler
|
|
||||||
run: |
|
|
||||||
echo "Test lldb with llgo plugin on ${{matrix.os}} with LLVM ${{matrix.llvm}}"
|
|
||||||
bash _lldb/runtest.sh -v
|
|
||||||
|
|
||||||
- name: LLGO tests
|
- name: LLGO tests
|
||||||
if: ${{!startsWith(matrix.os, 'ubuntu')}}
|
if: ${{!startsWith(matrix.os, 'ubuntu')}}
|
||||||
run: |
|
run: |
|
||||||
@@ -92,3 +85,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Show test result
|
- name: Show test result
|
||||||
run: cat result.md
|
run: cat result.md
|
||||||
|
|
||||||
|
- name: LLDB tests
|
||||||
|
if: ${{startsWith(matrix.os, 'macos')}}
|
||||||
|
working-directory: compiler
|
||||||
|
run: |
|
||||||
|
echo "Test lldb with llgo plugin on ${{matrix.os}} with LLVM ${{matrix.llvm}}"
|
||||||
|
bash _lldb/runtest.sh -v
|
||||||
|
|||||||
Reference in New Issue
Block a user