Skip to content

Commit e13443c

Browse files
committed
ci:reuse install
1 parent 718a324 commit e13443c

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: go build -v ./...
5656

5757
- name: Install llcppg modules
58-
run: bash .github/workflows/install_llcppg_modules.sh
58+
run: bash ./install.sh
5959

6060
- name: Test llcppsymg & llcppsigfetch
6161
run: |

.github/workflows/install_llcppg_modules.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

install.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
#!/bin/bash
2+
set -e
23

3-
llgo install ./_xtool/llcppsymg
4-
llgo install ./_xtool/llcppsigfetch
4+
# for test
55
go install ./cmd/llcppcfg
6-
go install ./cmd/gogensig
76
go install ./cmd/llcppgtest
87

9-
go install .
8+
# main process required
9+
llgo install ./_xtool/llcppsymg
10+
llgo install ./_xtool/llcppsigfetch
11+
go install ./cmd/gogensig
12+
go install .

0 commit comments

Comments
 (0)