mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
update appveyor, circle and dockerfile
This commit is contained in:
parent
3c5e8caf89
commit
35f5016d33
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user