代码拉取完成,页面将自动刷新
version: 2
jobs:
build:
docker:
# using custom image, see .circleci/images/primary/Dockerfile
- image: govgo/robotgoci:1.10.3
working_directory: /gopath/src/github.com/robotn/gohook
steps:
- checkout
# specify any bash command here prefixed with `run: `
- run: apt-get update
- run: apt-get -y install xvfb
# override:
# './...' is a relative pattern which means all subdirectories
# - run: go get -u golang.org/x/sys/unix
- run: go get -v -t -d ./...
- run: xvfb-run go test -v ./...
# codecov.io
# - run: go test -v -covermode=count -coverprofile=coverage.out
# - run: bash <(curl -s https://codecov.io/bash)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。