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