install czlib
This commit is contained in:
parent
6e0c9339c9
commit
1eba264a52
@ -11,9 +11,17 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
# specify any bash command here prefixed with `run: `
|
||||
- run: go get -v ./cmd/panel/
|
||||
- run: go build ./cmd/panel/main.go
|
||||
- run:
|
||||
name: Install czlib
|
||||
command: sudo apt-get install -y zlib1g-dev
|
||||
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: go get -v ./cmd/panel/
|
||||
|
||||
- run:
|
||||
name: Build
|
||||
command: go build ./cmd/panel/main.go
|
||||
|
||||
- store_artifacts:
|
||||
path: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}/main
|
Loading…
x
Reference in New Issue
Block a user