summary refs log tree commit diff
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-25 17:52:47 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-25 17:52:47 +0300
commit6dfb824d1192e6b76e273047f2d9d5fd9991ff4c (patch)
treee8a5160d5697a85158cbfb30de1a16dfb2dbb0a6
parentImprove the date separator widget (diff)
downloadnheko-6dfb824d1192e6b76e273047f2d9d5fd9991ff4c.tar.xz
Copy lmdb.dll in the windows installer
-rw-r--r--appveyor.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml

index dc043b73..0cd478f0 100644 --- a/appveyor.yml +++ b/appveyor.yml
@@ -6,6 +6,8 @@ configuration: Release image: Visual Studio 2017 platform: x64 +cache: c:\tools\vcpkg\installed\ + build: verbosity: minimal @@ -45,10 +47,13 @@ after_build: - mkdir NhekoRelease - copy build\Release\nheko.exe NhekoRelease\nheko.exe - windeployqt --qmldir %QT_DIR%\qml\ --release NhekoRelease\nheko.exe + + - copy C:\Tools\vcpkg\installed\x64-windows\lib\lmdb.lib .\NhekoRelease\lmdb.lib + - copy C:\Tools\vcpkg\installed\x64-windows\bin\lmdb.dll .\NhekoRelease\lmdb.dll + - copy C:\OpenSSL-Win64\bin\ssleay32.dll .\NhekoRelease\ssleay32.dll - copy C:\OpenSSL-Win64\bin\libeay32.dll .\NhekoRelease\libeay32.dll - copy C:\OpenSSL-Win64\lib\libeay32.lib .\NhekoRelease\libeay32.lib - - copy C:\OpenSSL-Win64\bin\ssleay32.dll .\NhekoRelease\ssleay32.dll - 7z a nheko_win_64.zip .\NhekoRelease\* - ls -lh build\Release\ - ls -lh NhekoRelease\