Commit Graph

217 Commits

Author SHA1 Message Date
c3cb4ab0c0 New release of kiwix-lib and kiwix-desktop. 2019-09-11 17:50:06 +02:00
1e56864e4a New version of libzim and kiwix-lib. 2019-09-10 17:29:26 +02:00
6b43f5ad48 Update libmicrohttpd to 0.9.66 (#365)
* Update libmicrohttpd to 0.9.66

* Proper Bash syntax highlighting
2019-09-06 15:54:44 +02:00
00aced4649 Use fedora 30 to cross compile kiwix-tools. 2019-09-06 12:25:51 +02:00
766b2b532c Build new version of dependencies (with new compilation option). 2019-09-05 10:16:57 +02:00
f2369c6819 Build project in debug by default instead of debugoptimized. 2019-09-04 17:10:44 +02:00
d86bf75315 Add a cause message to the StopBuild exception. 2019-09-04 17:00:29 +02:00
0f13d99159 Remove unnecessary win32 libs.
It seems that those libraries are not needed (anymore ?).
Even more, `msvcr100` makes `kiwix-serve` crash when printing messages
on stdout/stderr.

`msvcr100` lib is necessary for ICU, because the default mingw's `msvcr`
doesn't provide `_free_locale` and `_create_locale`.

Most recent versions of mingw fix this and we do not need them.
On debian (travis CI) we use a old version of mingw and we need to force
the use of `msvcr100`.
2019-09-04 17:00:29 +02:00
bffce48861 New release of zimwriterfs.
Also build kiwix-lib 6.0.3.
2019-09-04 11:15:41 +02:00
a7d15bbdb1 Merge tag '0.0.39' 2019-09-04 11:08:33 +02:00
460f350c21 New kiwix-tools package with libkiwix 6.0.3 2019-09-04 07:58:21 +02:00
77da4821d3 New version. 2019-09-03 18:46:58 +02:00
d63684975f Use a build version to publish the windows release of kiwix-desktop. 2019-09-02 18:13:08 +02:00
78187e9752 Merge tag '0.0.37' 2019-08-22 17:35:23 +02:00
6b3a5657db Release kiwix-tools 3.0.1 2019-08-22 17:30:57 +02:00
c2c715802d New version of libzim and kiwix-lib. 2019-08-22 16:07:38 +02:00
7508846808 New version 6.0.1 of kiwix-lib
Rebuild only kiwix-lib, the change is only about android publication.
2019-08-21 15:53:21 +02:00
2e347b2b33 Do not generate the pom file in kiwix-build.
Now we generate the pom file in kiwix-lib side, we don't need to generate
it ourselves.
2019-08-21 14:27:24 +02:00
96785aa68a New versions of libzim, kiwix-lib and kiwix-tools. 2019-08-20 14:34:51 +02:00
f80afdecbc Move to last version of libmicrohttpd.
Again.. 0dcaa28 move back to a previous version (probably a wrong rebase)
2019-08-19 18:42:01 +02:00
bd43b9cb10 Do not download gtest in flatpak. 2019-08-19 17:02:44 +02:00
b814b39c38 Release zimwriterfs 1.3.5 2019-08-16 10:13:48 +02:00
21f6ef557e Have to re-publish zimwriterfs 1.3.4 2019-08-12 16:02:32 +02:00
0dcaa28e35 libmicrohttpd is now a dependency of kiwix-lib, not kiwix-tools.
And we have to install libmicrohttpd on windows.
2019-08-10 19:44:10 +02:00
2e653428d3 Release zim-tools 1.0.4 2019-08-10 15:59:25 +02:00
e2346a5f23 Build of new release of zimwriterfs. 2019-08-05 17:31:02 +02:00
2f102c7450 Bump-up zimwriterfs to 1.3.4 2019-08-01 21:18:20 +02:00
4802629eea Force the build of kiwix-lib to republish the kiwix-lib-app. 2019-08-01 17:27:49 +02:00
07f8150eb6 Use the name "kiwix-lib" for the source of "kiwix-lib-app". 2019-08-01 14:57:06 +02:00
068f928dac New version of kiwix-desktop 2019-08-01 13:28:04 +02:00
7c2527c38f Do not try to download subproject for libzim in flatpak. 2019-07-31 16:36:31 +02:00
3c1864c724 New version of kiwix-lib and kiwix-tools.
Also build libzim and zim-tools because build fails the last time.
2019-07-31 10:24:13 +02:00
75865cf942 Update version of libzim and zim-tools. 2019-07-29 18:27:42 +02:00
7d659baa37 Package kiwix-serve within kiwix-desktop.
Now that kiwix-desktop use kiwix-serve to serve the content, we need to
compile and package kiwix-serve (kiwix-tools).
2019-07-24 11:17:39 +02:00
9bbc3930ae Print the duration of each steps. 2019-07-24 10:25:52 +02:00
3a1cd6ddb2 Build the kiwix-lib android "application" in kiwix-build.
This is not a real application as it is dependency for kiwix-android.
But it a app in the sens that it is packaged for android build system.
2019-07-24 10:25:52 +02:00
4c342c5b9d Update libmicrohttpd to 0.9.65 (#347) 2019-07-23 14:55:34 +02:00
50ba90e67c fix macOS cross build 2019-06-24 19:30:18 +02:00
4810b0240c Flush the log file.
This is to avoid mangling between the kiwix-build log (env variables, ...)
and the command log.
2019-06-14 14:13:18 +02:00
4868128551 Build for armeabi-v7a.
The main thing is to add the `-march` option when needed.
Ie, '-march=armv7-a` for arm.
Other compiler (arm64, x86, ...) don't support the march option so
we must not provide it.
2019-06-14 14:13:18 +02:00
ef9755eff5 Remove android mips platforms
Also correctly rename Android classes.
2019-06-14 14:13:18 +02:00
d3b0d76726 Revert "update android sdk tools to 26.1.1"
This reverts commit 51029fe820.
2019-06-12 15:50:18 +02:00
e0eb5c4a38 Set the versions to rebuild kiwix-desktop release. 2019-06-12 13:55:06 +02:00
06da96f85f Update gradle to 5.2 2019-06-03 06:26:28 +02:00
456537e188 Disable Xapian remote backend 2019-06-02 17:15:26 +02:00
51029fe820 update android sdk tools to 26.1.1 2019-06-02 15:08:17 +02:00
cea7a83ba1 New version of zimwriterfs.
We also rebuild kiwix-desktop because last build's deployment fails.
2019-05-30 15:30:17 +02:00
e64a12207d Update to new versions. 2019-05-29 12:15:02 +02:00
281adbd768 Build everything in a container.
Docker containers don't have the SSH_KEY so we need to copy
archives and git repo in a directory on the host and
launch deploy.sh script from there.
2019-05-02 17:44:56 +02:00
f9d5e0aa21 Use an already made archive for the armhf toolchains instead of git clone.
First, we don't need to clone all the git repository, we only need a
sub-directory.
Secondly, as we the base_deps archives only archive the sub-directory,
subsequent run of kiwix-build in the ci will try to do a git update on
a non git repository.

By making ourselves a tar archive, we simplify the process.

The archive on download.kiwix.org has been made with :
`tar czf raspberrypy-tools.tar.gz raspberrypi-tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64`
`raspberrypi-tools` being a clone of `https://github.com/raspberrypi/tools`
commit sha is 5caa7046982f0539cf5380f94da04b31129ed521
2019-05-02 17:43:11 +02:00