mirror of
https://github.com/maputnik/editor.git
synced 2026-08-26 15:07:41 +00:00
Fix go get in AppVeyor
This commit is contained in:
+4
-1
@@ -16,7 +16,10 @@ 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
|
- go get github.com/gorilla/handlers
|
||||||
|
- go get github.com/gorilla/mux
|
||||||
|
- go get github.com/gorilla/websocket
|
||||||
|
- go get github.com/urfave/cli
|
||||||
|
|
||||||
# to run your custom scripts instead of automatic MSBuild
|
# to run your custom scripts instead of automatic MSBuild
|
||||||
build_script:
|
build_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user