From 35f5016d3321d7ba2876eba5adc03c45541e1979 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 9 Feb 2018 20:15:56 +0800 Subject: [PATCH] update appveyor, circle and dockerfile --- .circleci/config.yml | 2 +- .circleci/images/primary/Dockerfile | 5 +++-- appveyor.yml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6559ba8..2db7d8f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/.circleci/images/primary/Dockerfile b/.circleci/images/primary/Dockerfile index b3ba8ff..0f564b2 100644 --- a/.circleci/images/primary/Dockerfile +++ b/.circleci/images/primary/Dockerfile @@ -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 diff --git a/appveyor.yml b/appveyor.yml index ae80da1..39032ea 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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