mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 22:47:39 +00:00
Kill watch ocmmand after 5s
This commit is contained in:
+1
-1
@@ -25,4 +25,4 @@ script:
|
|||||||
- make
|
- make
|
||||||
- ./maputnik --help
|
- ./maputnik --help
|
||||||
- ./maputnik --version
|
- ./maputnik --version
|
||||||
- timeout 5s ./maputnik --watch --file style.json
|
- ./maputnik --watch --file style.json & sleep 5; kill $!
|
||||||
|
|||||||
Reference in New Issue
Block a user