Add client package #6

Merged
torjus merged 2 commits from feature/client-package into master 2022-01-20 16:55:45 +00:00
Showing only changes of commit d44801b0ae - Show all commits

View File

@ -2,8 +2,8 @@ pipeline:
test:
image: golang:latest
commands:
- go build ./cmd/client/client.go
- go build ./cmd/server/server.go
- go build -o gpaste-client ./cmd/client/client.go
- go build -o gpaste-server ./cmd/server/server.go
- go test -v ./...
- go vet ./...
when: