Veloman Yunkan
bf48fde89f
Use ci_fix branch of libkiwix
2024-10-03 17:01:07 +04:00
Kelson
e53edc8d42
Merge pull request #756 from kiwix/sign_windows_binaries
...
Sign windows binaries
2024-09-10 11:21:18 +00:00
Matthieu Gautier
263ce4c87d
Sign all binaries (exe) on Windows when we do a release
2024-09-10 09:25:24 +00:00
Matthieu Gautier
49b15d12b7
Remove cross-building libzim to win32.
...
Now we build libzim natively on Windows, we can remove cross-compilation
to Windows.
2024-09-10 09:25:24 +00:00
Kelson
507d05a256
Merge pull request #751 from kiwix/release-zim-tools-4.5.0
...
Release zim-tools 3.5.0
2024-09-08 19:10:10 +00:00
Emmanuel Engelhart
1ab240d44b
Release zim-tools 3.5.0
2024-09-08 20:43:54 +02:00
Matthieu Gautier
d8071bd947
Rebuild libzim release, with manylinux fixes
2024-09-02 17:48:08 +02:00
Matthieu Gautier
04f7d6457d
Merge pull request #728 from kiwix/zim-tools_windows
2024-09-02 16:02:35 +02:00
Matthieu Gautier
6c9889d4e8
Compile kiwix-tools on Windows github CI
2024-09-02 14:25:26 +02:00
Matthieu Gautier
ba4a54bf9d
Compile zim-tools on Windows github CI.
2024-09-02 14:25:26 +02:00
Matthieu Gautier
7e9cb8c501
Merge pull request #747 from kiwix/manylinux_archive
2024-09-02 14:03:33 +02:00
Matthieu Gautier
dc2a837450
Update to libkiwix version change (14.0.0)
...
Libkiwix update its version to 14.0.0 and we use the declared version in
`version.py` to select file to package and sign.
So we must be in sync.
2024-09-02 12:38:43 +02:00
Matthieu Gautier
e5b7bccdf2
Correctly include lib64 library on manylinux archives
...
Manylinux build are based on Redhat and libs are put in `/lib64`
directory and not in `/lib/<arch>/` as on Debian based build.
Fix #746
2024-09-02 12:05:36 +02:00
Matthieu Gautier
3905de7110
Merge pull request #745 from kiwix/nigthly_publish
2024-08-30 17:27:47 +02:00
Matthieu Gautier
c716617bbd
Make nigthly CD build and publish only "publishable" project.
...
There is no reason to publish nightly for all project we try to build
in the CI.
We should publish nigthly for same project that we do for releases.
(Minus the filter of what have changed since last release)
Fix #743
2024-08-30 16:33:38 +02:00
Matthieu Gautier
b0a610ffec
Merge pull request #741 from kiwix/no_appveyor
2024-08-30 15:45:13 +02:00
Matthieu Gautier
334b1f81cc
Do not build kiwix-desktop using Appveyor CI
...
Fix #521 , #425
2024-08-30 15:02:03 +02:00
Matthieu Gautier
b527c7c0bb
Merge pull request #744 from kiwix/naming_fixes
2024-08-30 15:01:47 +02:00
Matthieu Gautier
d091c8802f
Fix library publication of libkiwix on Windows
...
Fix #743
2024-08-30 14:32:03 +02:00
Matthieu Gautier
6207b0ab0b
Fix binary extension on Windows
2024-08-30 14:32:03 +02:00
Matthieu Gautier
8401ee5ea3
Fix kiwix-desktop archive name on Windows
2024-08-30 14:32:03 +02:00
Matthieu Gautier
5f65164e1a
Merge pull request #740 from kiwix/kiwix-desktop_signing
2024-08-29 19:47:57 +02:00
renaud gaudin
8b9d9f87e5
Use specific version of signtool
...
Default version of signtool in PATH does not work properly with our CKA.
We could also load an SDK's env batch file instead but setting this on the workflow
is more maintainable as we'll get a clear missing file error on GA Image change
2024-08-29 19:10:55 +02:00
Matthieu Gautier
de90c6fefc
Setup kiwix-destkop signature on Windows.
...
Fix #713
2024-08-29 15:53:58 +02:00
Matthieu Gautier
52d757c660
Publish kiwix-desktop Windows build in Windows CI
2024-08-29 14:35:50 +02:00
Matthieu Gautier
21176bcf82
Merge pull request #739 from kiwix/no_cache_release
2024-08-29 11:15:53 +02:00
Matthieu Gautier
69358afe0b
Rebuild libzim release
2024-08-29 10:26:07 +02:00
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
Kelson
c17c2f274c
Merge pull request #737 from kiwix/release-libzim-9.2.3
...
Release libzim 9.2.3
2024-08-28 21:37:23 +02:00
Emmanuel Engelhart
c627f62ee1
Release libzim 9.2.3
2024-08-28 21:04:22 +02:00
Matthieu Gautier
290a8b811f
Merge pull request #736 from kiwix/zim-tools_deps_windows
2024-08-28 20:41:19 +02:00
Matthieu Gautier
e75fc76162
Bump base_deps_meta_version to rebuild docopt, icu and boostregex
2024-08-28 20:10:52 +02:00
Matthieu Gautier
01655d3ce0
Use icu4c pre-compiled using MSVC2022 on Windows
2024-08-28 20:10:52 +02:00
Matthieu Gautier
7009841bcc
Make docoptcpp use boost.regex on Windows
...
std::regex is kind of broken on Windows[1].
[1] https://github.com/docopt/docopt.cpp/issues/49
2024-08-28 20:10:52 +02:00
Matthieu Gautier
3eefbf7312
Merge pull request #734 from kiwix/icu_dll
2024-08-28 17:09:07 +02:00
Matthieu Gautier
244e4d209f
Add icu dlls in nightly and releases
...
On windows, we use prebuild icu and is available as dll.
So we must include those dll in all our archives.
2024-08-28 14:03:34 +02:00
Matthieu Gautier
31aee276ad
Merge pull request #733 from kiwix/tools_deps_ci_windows
2024-08-27 17:14:48 +02:00
Matthieu Gautier
37c5d35969
Be explicit about windows image to use in CI
2024-08-27 16:45:17 +02:00
Matthieu Gautier
ef94b2bea5
Add docoptcpp as dependency of kiwix-tools
2024-08-27 15:53:22 +02:00
Matthieu Gautier
147e98f7cb
Use our hosted archive for aarch toolschain.
...
Upstream have removed the archive with its new release.
2024-08-27 15:53:22 +02:00
Matthieu Gautier
ec5a36903b
Bump base_deps_meta_version to rebuild docopt
2024-08-27 15:39:25 +02:00
Matthieu Gautier
93d3fdd14e
Build docoptcpp using Meson
2024-08-27 15:39:25 +02:00
Matthieu Gautier
a7f42fcc99
Compile zim-tools dependencies on Windows github CI.
2024-08-27 15:39:25 +02:00
Matthieu Gautier
d08c6095a3
Merge pull request #732 from kiwix/test_likiwix
...
Activate testing of libkiwix on Windows
2024-08-27 14:01:50 +02:00
Matthieu Gautier
667deb00c3
Activate testing of libkiwix on Windows
...
Now we have fixed libkiwix on Windows, we can activate testing it.
See kiwix/libkiwix#1113
2024-08-27 13:19:15 +02:00
Matthieu Gautier
ab7983ede6
Merge pull request #731 from kiwix/fix_nightly_qt
2024-08-27 10:11:44 +02:00
Matthieu Gautier
86509a9ce6
Install QT on Windows CI release&nigthly
2024-08-27 09:13:49 +02:00
Matthieu Gautier
4ff5132704
Merge pull request #719 from kiwix/win-kiwix-desktop
2024-08-26 12:26:22 +02:00
Matthieu Gautier
d8b4d24d7f
Add more dependencies is base dependencies on Windows
2024-08-26 10:40:24 +02:00
Matthieu Gautier
45ad41724c
Package kiwix-desktop on Windows
2024-08-26 10:40:24 +02:00