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:
parent
25d9e18e3d
commit
3cbcac2e30
|
@ -2,6 +2,7 @@ REM ========================================================
|
||||||
REM Install xapian
|
REM Install xapian
|
||||||
curl -fsSL -O http://download.kiwix.org/dev/xapian-core-1.4.14.zip || exit /b 1
|
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
|
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
|
cd xapian-core-1.4.14
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Reference in New Issue