mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 14:07:33 +00:00
Update x/sys
This commit is contained in:
+2
-2
@@ -11,6 +11,7 @@ addons:
|
|||||||
install:
|
install:
|
||||||
- nvm install 6
|
- nvm install 6
|
||||||
- nvm use 6
|
- nvm use 6
|
||||||
|
- go get -u golang.org/x/sys/...
|
||||||
- go get github.com/fsnotify/fsnotify
|
- go get github.com/fsnotify/fsnotify
|
||||||
- go get github.com/gorilla/handlers
|
- go get github.com/gorilla/handlers
|
||||||
- go get github.com/gorilla/mux
|
- go get github.com/gorilla/mux
|
||||||
@@ -24,5 +25,4 @@ script:
|
|||||||
- make
|
- make
|
||||||
- ./maputnik --help
|
- ./maputnik --help
|
||||||
- ./maputnik --version
|
- ./maputnik --version
|
||||||
- timeout 5s ./maputnik --file style.json
|
- timeout 5s ./maputnik --watch --file style.json
|
||||||
- ./maputnik --watch --file style.json
|
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ git clone --recursive git@github.com:maputnik/desktop.git
|
|||||||
Install the 3rd party dependencies.
|
Install the 3rd party dependencies.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
go get -u golang.org/x/sys/...
|
||||||
go get github.com/gorilla/handlers
|
go get github.com/gorilla/handlers
|
||||||
go get github.com/gorilla/mux
|
go get github.com/gorilla/mux
|
||||||
go get github.com/gorilla/websocket
|
go get github.com/gorilla/websocket
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ install:
|
|||||||
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
|
- go get -u golang.org/x/sys/...
|
||||||
- go get github.com/fsnotify/fsnotify
|
- go get github.com/fsnotify/fsnotify
|
||||||
- go get github.com/gorilla/handlers
|
- go get github.com/gorilla/handlers
|
||||||
- go get github.com/gorilla/mux
|
- go get github.com/gorilla/mux
|
||||||
|
|||||||
Reference in New Issue
Block a user