Commit Graph

64 Commits

Author SHA1 Message Date
Kelson 70301d4723 New tmp.kiwix.org server 2018-11-07 03:51:13 +01:00
Matthieu Gautier c47bad8c74 Try to cache appveyor dependencies. 2018-10-31 15:42:15 +01:00
Matthieu Gautier 00b7e0f1f8 [AppVeyor] Add Aria2. 2018-10-31 15:40:53 +01:00
Matthieu Gautier 845cdffdba [AppVeyor] Compile kiwix-desktop using static lib when possible. 2018-10-31 15:38:32 +01:00
Matthieu Gautier 97f6c076c4 [AppVeyor] Build curl in appveyor. 2018-10-31 15:37:24 +01:00
Matthieu Gautier 7963fd464a [AppVeyor] Update to last version of meson
Last version of meson (0.48.0) install meson a differently on Windows.
Now, a `meson.exe` is installed, so, we must launch `meson` instead of `meson.py`.
2018-10-23 14:30:24 +02:00
Matthieu Gautier b910a7b720 [AppVeyor] No more windows branch for kiwix-lib. 2018-08-03 19:34:50 +02:00
Matthieu Gautier 9d7e1af17f `libzim`'s branch window has been merged in master. 2018-07-30 20:54:06 +02:00
Matthieu Gautier b2bd19f484 Use last version of xapian instead of prerelease 2018-07-27 10:22:53 +02:00
Matthieu Gautier 6e396360a8 Sign the application after windeployqt.
windeployqt modify the executable, so we must sign it after.
2018-07-26 19:37:38 +02:00
Matthieu Gautier a4bdec74b4 Sign windows application in AppVeyor 2018-07-26 15:10:25 +02:00
Matthieu Gautier 968c6ecc44 Fix the path of AppVeyor Qt to be minor version independent.
AppVeyor may update minor version of Qt and change `5.11.0` to `5.11.1`.
If we use the path with the full version, it will break in the futur.

AppVeyor install a link `5.11` pointing to the last version, so let's use
it.
2018-07-26 10:28:21 +02:00
Matthieu Gautier 3e3513731e [AppVeyor] No windows branch for kiwix-desktop.
The `windows` branch has been merge. We should directly use `master` now.
2018-07-17 16:50:49 +02:00
Matthieu Gautier 2743f64ef8 Add basic kiwix-desktop build on AppVeyor.
This is somehow a side build system base on cmd scripts.
We should merge it in kiwix-build but... no time for now :/
2018-07-17 11:23:09 +02:00