mirror of
https://github.com/maputnik/editor.git
synced 2026-07-30 01:37:27 +00:00
17 lines
292 B
YAML
17 lines
292 B
YAML
os:
|
|
- linux
|
|
language: go
|
|
go:
|
|
- 1.14.x
|
|
addons:
|
|
artifacts:
|
|
paths:
|
|
- bin
|
|
install:
|
|
- wget https://maputnik.github.io/osm-liberty/style.json
|
|
script:
|
|
- make
|
|
- ./bin/linux/maputnik --help
|
|
- ./bin/linux/maputnik --version
|
|
- ./bin/linux/maputnik --watch --file style.json & sleep 5; kill $!
|