kiwix-build/.github/scripts
Matthieu Gautier fb07b58812 Fix recompilation of the CI of meson project.
We were assuming that meson project correspond to our projects and so we
were always building them, even if they were already compiled.
(This way, a simple `kiwix-build` is enough to recompile the WIP code of
our project).

However, on the CI, we do not archive the source code/build directory in
the base deps archive. So when we try to compile, the compile step of
meson projects fails because the source are not here.
We have a small workaround for pugixml but as zstd is also meson, it is
time to do something correct.

By default, all projects now try to skip if a build is already present.
Our projects are marked as `force_build` and so, they do not try to skip.
2020-04-06 19:15:40 +02:00
..
common.py Fix recompilation of the CI of meson project. 2020-04-06 19:15:40 +02:00
compile_all_deps.py Add missing platforms. 2020-01-21 13:49:12 +01:00
ensure_base_deps.py Add missing platforms. 2020-01-21 13:49:12 +01:00
upload_failure_logs.sh Upload an archive of the build directory in case of failure. 2020-01-21 13:49:12 +01:00