From 73a6fee2ea7c43aa2349747e8d5f6c4437e14937 Mon Sep 17 00:00:00 2001 From: Phenom Date: Sun, 13 Aug 2017 14:34:28 +0200 Subject: [PATCH] Fix AppVeyor build by disabling SQLCipher --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 352df8915..cc1cbef95 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -115,7 +115,7 @@ install: - copy C:\msys64\mingw64\x86_64-w64-mingw32\bin\ranlib.exe C:\msys64\mingw64\bin\x86_64-w64-mingw32-ranlib.exe - copy C:\msys64\mingw64\bin\windres.exe C:\msys64\mingw64\bin\x86_64-w64-mingw32-windres.exe # Build missing Libs - - C:\msys64\mingw32.exe -lc "cd /c/projects/RetroShare/msys2_build_libs/ && make" + #- C:\msys64\mingw32.exe -lc "cd /c/projects/RetroShare/msys2_build_libs/ && make" # Clone RetroShare #- git clone -q --branch={branch} https://github.com/RetroShare/RetroShare.git C:\projects\RetroShare @@ -152,7 +152,7 @@ after_build: # to run your custom scripts instead of automatic MSBuild build_script: - cd C:\projects\RetroShare - - qmake + - qmake CONFIG+=no_sqlcipher - make # to disable automatic builds