update work path

This commit is contained in:
vcaesar 2018-04-02 19:16:54 +08:00
parent 62a2472ed1
commit 26e0b82abc
3 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ jobs:
docker: docker:
# using custom image, see .circleci/images/primary/Dockerfile # using custom image, see .circleci/images/primary/Dockerfile
- image: govgo/robotgoci:1.10.1 - image: govgo/robotgoci:1.10.1
working_directory: /go/src/github.com/go-vgo/robotgo working_directory: /gopath/src/github.com/go-vgo/robotgo
steps: steps:
- checkout - checkout
# specify any bash command here prefixed with `run: ` # specify any bash command here prefixed with `run: `

View File

@ -1,16 +1,16 @@
# FROM golang:1.10.1 # FROM golang:1.10.1
FROM govgo/go:1.10.1 FROM govgo/go:1.10.1
RUN apt-get update RUN apt-get update
# customize dependencies # customize dependencies
RUN apt-get install -y libx11-dev RUN apt-get install -y libx11-dev
# - sudo apt-get install libgtkglextmm-x11-dev # - sudo apt-get install libgtkglextmm-x11-dev
# - sudo apt-get install libghc6-x11-dev # - sudo apt-get install libghc6-x11-dev
# - sudo apt-get install libgl1-mesa-swx11-dev # - sudo apt-get install libgl1-mesa-swx11-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 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 libx11-xcb-dev libxkbcommon-x11-dev
RUN apt-get install -y libxkbcommon-dev RUN apt-get install -y libxkbcommon-dev
# Clipboard: # Clipboard:

View File

@ -65,7 +65,7 @@ import (
) )
const ( const (
version string = "v0.48.0.540, Ben Nevis!" version string = "v0.48.0.544, Ben Nevis!"
) )
type ( type (