mirror of
https://github.com/maputnik/editor.git
synced 2026-06-22 15:17:29 +00:00
Execute maputnik in travis
This commit is contained in:
@@ -16,6 +16,11 @@ install:
|
|||||||
- go get github.com/urfave/cli
|
- go get github.com/urfave/cli
|
||||||
- go get github.com/elazarl/go-bindata-assetfs/...
|
- go get github.com/elazarl/go-bindata-assetfs/...
|
||||||
- go get github.com/jteeuwen/go-bindata/...
|
- go get github.com/jteeuwen/go-bindata/...
|
||||||
|
- wget https://raw.githubusercontent.com/openmaptiles/klokantech-basic-gl-style/master/style.json
|
||||||
script:
|
script:
|
||||||
- mkdir -p editor/public
|
- mkdir -p editor/public
|
||||||
- make
|
- make
|
||||||
|
- ./maputnik --help
|
||||||
|
- ./maputnik --version
|
||||||
|
- ./maputnik --file style.json
|
||||||
|
- ./maputnik --watch --file style.json
|
||||||
|
|||||||
Reference in New Issue
Block a user