install czlib

This commit is contained in:
Dot-Rar 2020-04-15 20:53:45 +01:00
parent 6e0c9339c9
commit 1eba264a52

View File

@ -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