update appveyor, circle and dockerfile

This commit is contained in:
vcaesar 2018-02-09 20:15:56 +08:00
parent 3c5e8caf89
commit 35f5016d33
3 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@ jobs:
build:
docker:
# using custom image, see .circleci/images/primary/Dockerfile
- image: govgo/robotgoci:0.0.1
- image: govgo/robotgoci:0.0.2
working_directory: /go/src/github.com/go-vgo/robotgo
steps:
- checkout

View File

@ -1,4 +1,4 @@
FROM golang:1.9.2
FROM golang:1.9.4
RUN apt-get update
# customize dependencies
@ -9,7 +9,8 @@ RUN apt-get install -y libx11-dev
RUN apt-get install -y xorg-dev
RUN apt-get install -y libxtst-dev libpng++-dev
# Event:
RUN apt-get install -y xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
RUN apt-get install -y xcb libxcb-xkb-dev x11-xkb-utils
RUN apt-get install -y libx11-xcb-dev libxkbcommon-x11-dev
RUN apt-get install -y libxkbcommon-dev
# Clipboard:
RUN apt-get install -y xsel

View File

@ -34,7 +34,7 @@ environment:
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
# - COMPILER: MINGW_W64
# ARCHITECTURE: x64
GOVERSION: 1.9.3
GOVERSION: 1.9.4
GOPATH: c:\gopath
# scripts that run after cloning repository