mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:35:25 +01:00
Remove tests
This commit is contained in:
parent
e21f412933
commit
af92aac7ec
1 changed files with 0 additions and 12 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -119,21 +119,9 @@ jobs:
|
||||||
ref: fda11e52e7da1df3d758514ae7aba58d9acb6e0f
|
ref: fda11e52e7da1df3d758514ae7aba58d9acb6e0f
|
||||||
path: ./src/github.com/maputnik/desktop/
|
path: ./src/github.com/maputnik/desktop/
|
||||||
|
|
||||||
- name: Get style
|
|
||||||
run: wget https://maputnik.github.io/osm-liberty/style.json
|
|
||||||
|
|
||||||
- name: Make
|
- name: Make
|
||||||
run: cd src/github.com/maputnik/desktop/ && make
|
run: cd src/github.com/maputnik/desktop/ && make
|
||||||
|
|
||||||
- name: Test --help
|
|
||||||
run: ./src/github.com/maputnik/desktop/bin/linux/maputnik --help
|
|
||||||
|
|
||||||
- name: Test --version
|
|
||||||
run: ./src/github.com/maputnik/desktop/bin/linux/maputnik --version
|
|
||||||
|
|
||||||
- name: Test --watch
|
|
||||||
run: ./src/github.com/maputnik/desktop/bin/linux/maputnik --watch --file style.json & sleep 5; kill $!
|
|
||||||
|
|
||||||
- name: Artifacts/linux
|
- name: Artifacts/linux
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue