mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[CI] Remove trigger and download world maps
Signed-off-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
This commit is contained in:
committed by
Konstantin Pastbin
parent
44f4a08623
commit
158c9b1ee9
8
.github/workflows/android-check.yaml
vendored
8
.github/workflows/android-check.yaml
vendored
@@ -1,7 +1,5 @@
|
||||
name: Android Check
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 1 * * *' # Once per day at 01:00 UTC
|
||||
workflow_dispatch: # Manual trigger
|
||||
push:
|
||||
branches:
|
||||
@@ -70,6 +68,12 @@ jobs:
|
||||
shell: bash
|
||||
run: ./configure.sh
|
||||
|
||||
- name: Download MWM files
|
||||
shell: bash
|
||||
run: |
|
||||
wget https://cdn.comaps.app/maps/latest/World.mwm -P ./data/
|
||||
wget https://cdn.comaps.app/maps/latest/WorldCoasts.mwm -P ./data/
|
||||
|
||||
- name: Configure ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
|
||||
9
.github/workflows/ios-check.yaml
vendored
9
.github/workflows/ios-check.yaml
vendored
@@ -1,6 +1,9 @@
|
||||
name: iOS Check
|
||||
on:
|
||||
workflow_dispatch: # Manual trigger
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
ios-check:
|
||||
@@ -33,6 +36,12 @@ jobs:
|
||||
shell: bash
|
||||
run: ./configure.sh
|
||||
|
||||
- name: Download MWM files
|
||||
shell: bash
|
||||
run: |
|
||||
wget https://cdn.comaps.app/maps/latest/World.mwm -P ./data/
|
||||
wget https://cdn.comaps.app/maps/latest/WorldCoasts.mwm -P ./data/
|
||||
|
||||
- name: Configure XCode cache
|
||||
uses: irgaly/xcode-cache@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user