Use server branches in kiwix-desktop/kiwix-lib

This commit is contained in:
Matthieu Gautier 2020-07-13 14:56:03 +02:00
parent e81a252115
commit 9ae0f6f792
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ REM ========================================================
REM Install kiwix-desktop
git clone https://github.com/kiwix/kiwix-desktop || exit /b 1
cd kiwix-desktop
git checkout kiwix-serve
echo "Running qmake"
SET _WITH_CONSOLE=1
IF %KIWIX_DESKTOP_RELEASE% EQU 1 (

View File

@ -2,6 +2,7 @@ REM ========================================================
REM Install kiwix-lib
git clone https://github.com/kiwix/kiwix-lib.git || exit /b 1
cd kiwix-lib
git checkout stop_server
set CPPFLAGS="-I%EXTRA_DIR%/include"
meson . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
cd build

View File

@ -2,6 +2,7 @@ REM ========================================================
REM Install libzim
git clone https://github.com/openzim/libzim.git || exit /b 1
cd libzim
git checkout fix_win_compilation
meson . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
cd build
ninja || exit /b 1