Commit Graph

1301 Commits

Author SHA1 Message Date
Emmanuel Engelhart b814b39c38 Release zimwriterfs 1.3.5 2019-08-16 10:13:48 +02:00
Emmanuel Engelhart 21f6ef557e Have to re-publish zimwriterfs 1.3.4 2019-08-12 16:02:32 +02:00
Matthieu Gautier 0f3d2b73b9
Merge pull request #360 from kiwix/new_dep
libmicrohttp is now a dependency of kiwix-lib, not kiwix-tools.
2019-08-10 21:32:55 +02:00
Matthieu Gautier 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
Emmanuel Engelhart 2e653428d3 Release zim-tools 1.0.4 2019-08-10 15:59:25 +02:00
Matthieu Gautier e2346a5f23 Build of new release of zimwriterfs. 2019-08-05 17:31:02 +02:00
Matthieu Gautier 64886b6a48 Merge tag '0.0.30' 2019-08-05 17:29:05 +02:00
Matthieu Gautier fc22437d84 Fix publication of kiwix-lib-app. 2019-08-05 16:33:29 +02:00
Emmanuel Engelhart 2f102c7450 Bump-up zimwriterfs to 1.3.4 2019-08-01 21:18:20 +02:00
Matthieu Gautier 4802629eea Force the build of kiwix-lib to republish the kiwix-lib-app. 2019-08-01 17:27:49 +02:00
Matthieu Gautier 85f3f17950
Merge pull request #358 from kiwix/fix_kiwix-lib-app
Use the name "kiwix-lib" for the source of "kiwix-lib-app".
2019-08-01 15:47:50 +02:00
Matthieu Gautier 07f8150eb6 Use the name "kiwix-lib" for the source of "kiwix-lib-app". 2019-08-01 14:57:06 +02:00
Matthieu Gautier f23a5a465b
Merge pull request #357 from kiwix/new_version
New version of kiwix-desktop
2019-08-01 14:23:40 +02:00
Matthieu Gautier 068f928dac New version of kiwix-desktop 2019-08-01 13:28:04 +02:00
Matthieu Gautier 67a5985324
Merge pull request #356 from kiwix/new_version
New version of kiwix-lib and kiwix-tools.
2019-07-31 17:11:02 +02:00
Matthieu Gautier 7c2527c38f Do not try to download subproject for libzim in flatpak. 2019-07-31 16:36:31 +02:00
Matthieu Gautier 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
Matthieu Gautier 750d60435f
Merge pull request #355 from kiwix/fix_deploy_bintray
We have to correctly search for information to deploy.
2019-07-30 17:31:18 +02:00
Matthieu Gautier 10448e5706 We have to correctly search for information to deploy.
- Define BINTRAY_ARCHIVES_DIR variable
- Correctly use find.
2019-07-30 16:33:47 +02:00
Matthieu Gautier c2c8b678eb
Merge pull request #352 from kiwix/new_version
Update version of libzim and zim-tools.
2019-07-30 10:49:08 +02:00
Matthieu Gautier 75865cf942 Update version of libzim and zim-tools. 2019-07-29 18:27:42 +02:00
Matthieu Gautier 8fe06e5442
Merge pull request #350 from kiwix/kiwix-serve_windows
Package kiwix-serve within kiwix-desktop.
2019-07-24 15:10:31 +02:00
Matthieu Gautier 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
Matthieu Gautier 2994384d3a
Merge pull request #343 from kiwix/kiwix-lib_app
Kiwix lib app
2019-07-24 11:16:38 +02:00
Matthieu Gautier 9bbc3930ae Print the duration of each steps. 2019-07-24 10:25:52 +02:00
Matthieu Gautier daf93f2e2f Build kiwix-lib-app in the CI and publish the release version. 2019-07-24 10:25:52 +02:00
Matthieu Gautier 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
Kelson 4c342c5b9d
Update libmicrohttpd to 0.9.65 (#347) 2019-07-23 14:55:34 +02:00
Matthieu Gautier 2cc58360f0
Merge pull request #338 from kiwix/ci_speed
Cache the flapak state dir to speed the build.
2019-06-27 19:01:35 +02:00
Matthieu Gautier 327b08206b Do not build the android apk in the CI.
Android apk will be build on the android ci.
2019-06-27 17:36:26 +02:00
Matthieu Gautier 2e204a0abe Cache the flapak state dir to speed the build. 2019-06-26 17:17:48 +02:00
Chris Li 50ba90e67c fix macOS cross build 2019-06-24 19:30:18 +02:00
Kelson 15eeb0bac8
Create FUNDING.yml 2019-06-22 07:56:57 +02:00
Matthieu Gautier af21b91fbd
Merge pull request #337 from kiwix/new_arch
New arch armv7a
2019-06-14 16:13:15 +02:00
Matthieu Gautier 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
Matthieu Gautier 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
Matthieu Gautier ef9755eff5 Remove android mips platforms
Also correctly rename Android classes.
2019-06-14 14:13:18 +02:00
Matthieu Gautier 92679b72a0 Fix typos in deploy.sh 2019-06-14 11:40:41 +02:00
Kelson d3b0d76726 Revert "update android sdk tools to 26.1.1"
This reverts commit 51029fe820.
2019-06-12 15:50:18 +02:00
Matthieu Gautier a85296d38b
Merge pull request #335 from kiwix/fix_git
Fix git
2019-06-12 15:24:58 +02:00
Matthieu Gautier e0eb5c4a38 Set the versions to rebuild kiwix-desktop release. 2019-06-12 13:55:06 +02:00
Matthieu Gautier 388ac6fdb9 Fix git clone
Clone using https (without ssh key) in the docker.
Push using git (with ssh key) in the travis host.
2019-06-12 13:55:06 +02:00
Kelson c76f2e7c51
Merge pull request #306 from kiwix/mhutti1/gradlew-upgrade
Gradle upgrade to 5.2
2019-06-03 07:40:11 +02:00
Isaac Hutt 06da96f85f Update gradle to 5.2 2019-06-03 06:26:28 +02:00
Kelson 12d087a1b9
Merge pull request #334 from kiwix/disable_xapian_backend_remote
Disable Xapian remote backend
2019-06-02 23:16:35 +02:00
Kelson 456537e188 Disable Xapian remote backend 2019-06-02 17:15:26 +02:00
Kelson 55cff4ef83
Merge pull request #333 from kiwix/soloturn/sdk-update
update android sdk tools to 26.1.1
2019-06-02 16:18:03 +02:00
soloturn 51029fe820 update android sdk tools to 26.1.1 2019-06-02 15:08:17 +02:00
Matthieu Gautier 750c6aada9
Merge pull request #330 from kiwix/fix_deploy
Fix deploy
2019-05-31 00:16:47 +02:00
Matthieu Gautier 629fccb327 Fix deploy
- Also deploy when we have DESKTOP_ONLY (because docker image doesn't
deploy anymore)
- Correctly get the list of git directory to push.
2019-05-30 18:13:22 +02:00