File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,14 @@ jobs:
16
16
- name : install
17
17
run : |
18
18
apk update
19
- apk add git python3 make gcc linux-headers libc-dev py-pip node npm
19
+ apk add git python3 make gcc linux-headers libc-dev py-pip
20
20
python3 -m venv .venv
21
21
source .venv/bin/activate
22
22
pip install -r requirements.txt
23
23
- name : Fix permission
24
24
run : git config --global --add safe.directory $PWD
25
25
- name : test
26
26
run : go test -v ./...
27
- - name : build-apps
28
- run : make build-apps
29
27
- name : unittest
30
28
run : |
31
29
source .venv/bin/activate
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ overlordd: deps
45
45
ln -s $(WEBROOT_DIR ) $(BIN ) /webroot
46
46
47
47
ghost : deps
48
+ GOBIN=$(BIN ) $(GO ) install $(LDFLAGS ) $(CURDIR ) /cmd/ghost
49
+
48
50
@echo "Building ghost for architectures: $(GHOST_ARCHS)"
49
51
@for arch in $(GHOST_ARCHS); do \
50
52
echo "Building for $$arch ..."; \
You can’t perform that action at this time.
0 commit comments