mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 14:07:33 +00:00
Add missing bindata deps
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
language: go
|
language: go
|
||||||
install:
|
install:
|
||||||
- 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
|
||||||
- go get github.com/urfave/cli
|
- go get github.com/urfave/cli
|
||||||
|
- go get github.com/elazarl/go-bindata-assetfs/...
|
||||||
|
- go get github.com/jteeuwen/go-bindata/...
|
||||||
test:
|
test:
|
||||||
- make
|
- make
|
||||||
|
|||||||
@@ -45,6 +45,8 @@ 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
|
||||||
go get github.com/urfave/cli
|
go get github.com/urfave/cli
|
||||||
|
go get github.com/elazarl/go-bindata-assetfs/...
|
||||||
|
go get github.com/jteeuwen/go-bindata/...
|
||||||
```
|
```
|
||||||
|
|
||||||
Run `make` to build the app distribution bundle and create the `maputnik` binary
|
Run `make` to build the app distribution bundle and create the `maputnik` binary
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ install:
|
|||||||
- go get github.com/gorilla/mux
|
- go get github.com/gorilla/mux
|
||||||
- go get github.com/gorilla/websocket
|
- go get github.com/gorilla/websocket
|
||||||
- go get github.com/urfave/cli
|
- go get github.com/urfave/cli
|
||||||
|
- go get github.com/elazarl/go-bindata-assetfs/...
|
||||||
|
- go get github.com/jteeuwen/go-bindata/...
|
||||||
|
|
||||||
# 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