Update circle.yml and travis.yml

This commit is contained in:
vcaesar 2021-08-22 10:56:13 -04:00
parent a76997757b
commit 6724c74c7a
2 changed files with 9 additions and 2 deletions

View File

@ -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:

View File

@ -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: