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: steps:
- checkout - checkout
# specify any bash command here prefixed with `run: ` - run:
- run: go get -v ./cmd/panel/ name: Install czlib
- run: go build ./cmd/panel/main.go 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: - store_artifacts:
path: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}/main path: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}/main