Applying xapian_remote.patch in appveyor build

Failing to do so in PR#384 secretly broke the appveyor build (no real
failures were observed since the appveyor builds ran in USE_CACHE=1
mode, without rebuilding the base dependencies to which xapian belongs).
This commit is contained in:
Veloman Yunkan 2020-04-07 16:17:05 +04:00
parent 25d9e18e3d
commit 3cbcac2e30
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ REM ========================================================
REM Install xapian
curl -fsSL -O http://download.kiwix.org/dev/xapian-core-1.4.14.zip || exit /b 1
7z x xapian-core-1.4.14.zip || exit /b 1
%MINGW64_RUN% "cd /c/Projects/kiwix-build/xapian-core-1.4.14 && ../appveyor/apply_patch.sh xapian_remote.patch" || exit /b 1
cd xapian-core-1.4.14
mkdir build
cd build