mirror of
https://github.com/maputnik/editor.git
synced 2026-07-08 23:17:26 +00:00
Renamed ci to ci-desktop
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: ci
|
name: ci-desktop
|
||||||
|
|
||||||
on: [push]
|
on: [ push ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
run: ./bin/linux/maputnik --version
|
run: ./bin/linux/maputnik --version
|
||||||
|
|
||||||
- name: Get style
|
- name: Get style
|
||||||
run: wget https://maputnik.github.io/osm-liberty/style.json
|
run: wget https://maputnik.github.io/osm-liberty/style.json
|
||||||
|
|
||||||
- name: Test --watch
|
- name: Test --watch
|
||||||
run: ./bin/linux/maputnik --watch --file style.json & sleep 5; kill $!
|
run: ./bin/linux/maputnik --watch --file style.json & sleep 5; kill $!
|
||||||
Reference in New Issue
Block a user