mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
update appveyor, circle and dockerfile
This commit is contained in:
parent
3c5e8caf89
commit
35f5016d33
@ -4,7 +4,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
# using custom image, see .circleci/images/primary/Dockerfile
|
# 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
|
working_directory: /go/src/github.com/go-vgo/robotgo
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.9.2
|
FROM golang:1.9.4
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
# customize dependencies
|
# 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 xorg-dev
|
||||||
RUN apt-get install -y libxtst-dev libpng++-dev
|
RUN apt-get install -y libxtst-dev libpng++-dev
|
||||||
# Event:
|
# 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
|
RUN apt-get install -y libxkbcommon-dev
|
||||||
# Clipboard:
|
# Clipboard:
|
||||||
RUN apt-get install -y xsel
|
RUN apt-get install -y xsel
|
||||||
|
@ -34,7 +34,7 @@ environment:
|
|||||||
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
|
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
|
||||||
# - COMPILER: MINGW_W64
|
# - COMPILER: MINGW_W64
|
||||||
# ARCHITECTURE: x64
|
# ARCHITECTURE: x64
|
||||||
GOVERSION: 1.9.3
|
GOVERSION: 1.9.4
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
|
|
||||||
# scripts that run after cloning repository
|
# scripts that run after cloning repository
|
||||||
|
Loading…
Reference in New Issue
Block a user