mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +00:00
Update circle.yml and travis.yml
This commit is contained in:
parent
a76997757b
commit
6724c74c7a
@ -4,12 +4,18 @@ jobs:
|
||||
build:
|
||||
docker:
|
||||
# using custom image, see .circleci/images/primary/Dockerfile
|
||||
- image: govgo/robotgoci:1.10.3
|
||||
# - image: govgo/robotgoci:1.10.3
|
||||
- image: golang:1.16.7
|
||||
working_directory: /gopath/src/github.com/go-vgo/robotgo
|
||||
steps:
|
||||
- checkout
|
||||
# specify any bash command here prefixed with `run: `
|
||||
- run: apt update
|
||||
- run: apt -y install gcc libc6-dev
|
||||
- run: apt -y install libx11-dev xorg-dev libxtst-dev libpng++-dev
|
||||
- run: apt -y install xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
|
||||
- run: apt -y install libxkbcommon-dev
|
||||
- run: apt -y install xsel xclip
|
||||
- run: apt -y install xvfb
|
||||
#
|
||||
# override:
|
||||
|
@ -14,7 +14,8 @@ go:
|
||||
# - 1.13.x
|
||||
# - 1.14.x
|
||||
# - 1.15.x
|
||||
- 1.16.x
|
||||
# - 1.16.x
|
||||
- 1.17.x
|
||||
# - tip
|
||||
|
||||
addons:
|
||||
|
Loading…
Reference in New Issue
Block a user