Merge pull request #995 from PhenomRetroShare/Fix_AppVeyor

Fix AppVeyor build by disabling SQLCipher
This commit is contained in:
csoler 2017-08-16 22:24:17 +02:00 committed by GitHub
commit 291bddb52b

View File

@ -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