mirror of
https://github.com/maputnik/editor.git
synced 2026-04-27 03:40:01 +00:00
17 lines
332 B
YAML
17 lines
332 B
YAML
os:
|
|
- linux
|
|
language: go
|
|
go:
|
|
- 1.7.x
|
|
addons:
|
|
artifacts:
|
|
paths:
|
|
- bin
|
|
install:
|
|
- wget https://raw.githubusercontent.com/openmaptiles/klokantech-basic-gl-style/master/style.json
|
|
script:
|
|
- make
|
|
- ./bin/linux/maputnik --help
|
|
- ./bin/linux/maputnik --version
|
|
- ./bin/linux/maputnik --watch --file style.json & sleep 5; kill $!
|