Compare commits

..

1 Commits

Author SHA1 Message Date
x7z4w
1a5016f53f [ci] Update paths
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
2026-01-22 17:35:04 +00:00
5 changed files with 33 additions and 35 deletions

View File

@@ -14,22 +14,22 @@ on:
- LICENSE
- NOTICE
- README.md
- android/app/src/fdroid/**
- android/app/src/google/**
- iphone/**
- data/strings/**
- data/*-strings/**
- docs/**
- generator/**
- packaging/**
- platform/*apple*
- platform/*_ios*
- platform/*_linux*
- platform/*_mac*
- platform/*qt*
- platform/*_win*
- pyhelpers/**
- libs/platform/*apple*
- libs/platform/*_ios*
- libs/platform/*_linux*
- libs/platform/*_mac*
- libs/platform/*qt*
- libs/platform/*_win*
- libs/pyhelpers/**
- qt*/**
- skin_generator/**
- tools/**
- track_generator/**
- xcode/**
jobs:

View File

@@ -17,21 +17,19 @@ on:
- android/app/src/fdroid/**
- android/app/src/google/**
- iphone/**
- data/strings/**
- data/*-strings/**
- docs/**
- generator/**
- packaging/**
- platform/*apple*
- platform/*_ios*
- platform/*_linux*
- platform/*_mac*
- platform/*qt*
- platform/*_win*
- pyhelpers/**
- libs/platform/*apple*
- libs/platform/*_ios*
- libs/platform/*_linux*
- libs/platform/*_mac*
- libs/platform/*qt*
- libs/platform/*_win*
- libs/pyhelpers/**
- qt*/**
- skin_generator/**
- tools/**
- track_generator/**
- xcode/**
env:

View File

@@ -15,12 +15,12 @@ on:
- README.md
- docs/**
- packaging/**
- platform/*apple*
- platform/*_android*
- platform/*_ios*
- platform/*_mac*
- platform/*_win*
- pyhelpers/**
- libs/platform/*apple*
- libs/platform/*_android*
- libs/platform/*_ios*
- libs/platform/*_mac*
- libs/platform/*_win*
- libs/pyhelpers/**
- tools/**
- '!tools/python/test_server/**'
- xcode/**

View File

@@ -15,15 +15,15 @@ on:
- README.md
- android/**
- iphone/**
- data/strings/**
- data/*-strings/**
- docs/**
- packaging/**
- platform/*apple*
- platform/*_android*
- platform/*_ios*
- platform/*_mac*
- platform/*_win*
- pyhelpers/**
- libs/platform/*apple*
- libs/platform/*_android*
- libs/platform/*_ios*
- libs/platform/*_mac*
- libs/platform/*_win*
- libs/pyhelpers/**
- tools/**
- '!tools/python/test_server/**'
- xcode/**

View File

@@ -20,7 +20,7 @@ MAIN_OUT_PATH: /mnt/4tbexternal/osm-maps
# Path to the data/ folder in the repository:
USER_RESOURCE_PATH: ${Developer:OMIM_PATH}/data
# Features stage only parallelism level. Set to 0 for auto detection.
THREADS_COUNT_FEATURES_STAGE: 56
THREADS_COUNT_FEATURES_STAGE: 0
# Do not change it. This is determined automatically.
NODE_STORAGE: mem
@@ -99,7 +99,7 @@ DIFF_VERSION_DEPTH: 2
[Common]
# Default parallelism level for the most of jobs. Set to 0 for auto detection.
THREADS_COUNT: 52
THREADS_COUNT: 0
[Stats]