mirror of
https://github.com/robotn/gohook.git
synced 2025-01-18 21:56:40 +08:00
update circle.yml
This commit is contained in:
parent
b931a62015
commit
e15669d530
@ -9,11 +9,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
# specify any bash command here prefixed with `run: `
|
# specify any bash command here prefixed with `run: `
|
||||||
|
- run: apt-get update
|
||||||
|
- run: apt-get -y install xvfb
|
||||||
# override:
|
# override:
|
||||||
# './...' is a relative pattern which means all subdirectories
|
# './...' is a relative pattern which means all subdirectories
|
||||||
# - run: go get -u golang.org/x/sys/unix
|
# - run: go get -u golang.org/x/sys/unix
|
||||||
- run: go get -v -t -d ./...
|
- run: go get -v -t -d ./...
|
||||||
- run: go test -v ./...
|
- run: xvfb-run go test -v ./...
|
||||||
# codecov.io
|
# codecov.io
|
||||||
# - run: go test -v -covermode=count -coverprofile=coverage.out
|
# - run: go test -v -covermode=count -coverprofile=coverage.out
|
||||||
# - run: bash <(curl -s https://codecov.io/bash)
|
# - run: bash <(curl -s https://codecov.io/bash)
|
||||||
|
Loading…
Reference in New Issue
Block a user