mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +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/elazarl/go-bindata-assetfs/...
|
||||
- go get github.com/jteeuwen/go-bindata/...
|
||||
- wget https://raw.githubusercontent.com/openmaptiles/klokantech-basic-gl-style/master/style.json
|
||||
script:
|
||||
- mkdir -p editor/public
|
||||
- make
|
||||
- ./maputnik --help
|
||||
- ./maputnik --version
|
||||
- ./maputnik --file style.json
|
||||
- ./maputnik --watch --file style.json
|
||||
|
||||
Reference in New Issue
Block a user