kiwix-build/.github
Matthieu Gautier b4bc9dbec9 Do not use base_deps when building releases.
Initially we were building all our dependencies in release.
This was simply made by always compiling project using autotool or cmake
in release. As our project are using meson/qmake, all the dependencies
are build in release.

However, with recent port to Windows github CI, we have two problems:
- We have moved almost all buildsystem to meson
- On Windows, we cannot mix debug and release build.

So, when doing a release, do not use base dependencies cache.
This will extend the release workflow as we need to build everything but
at least we should build everything correctly.
2024-08-29 10:26:07 +02:00
..
scripts Do not use base_deps when building releases. 2024-08-29 10:26:07 +02:00
workflows Be explicit about windows image to use in CI 2024-08-27 16:45:17 +02:00
FUNDING.yml Github Kiwix Sponsoring page link 2020-02-01 17:55:53 +01:00
stale.yml Add configs for two Github bots 2019-12-14 15:12:31 +01:00