From c5ecc8d2935500d46328fc4d51ea97ce6856e859 Mon Sep 17 00:00:00 2001 From: holgern <holgernahrstaedt@gmx.de> Date: Wed, 8 Apr 2020 18:22:16 +0200 Subject: [PATCH] Try to fix ci --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 55a2d4f7..365ee3fd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,7 +53,7 @@ install: - cmd: conda install --yes pycryptodomex pyyaml pytest pytest-mock coverage mock appdirs pylibscrypt pywin32 - cmd: pip install scrypt -U - cmd: conda install --yes ecdsa requests future websocket-client pytz six Click events prettytable pyinstaller click-shell - +- cmd: copy /Y %MINICONDA%\Libary\bin\sqlite3.dll %MINICONDA%\Dlls build_script: # Build the compiled extension @@ -75,6 +75,7 @@ after_test: - cmd: copy /Y C:\OpenSSL-v111-Win64\bin\libssl-1_1-x64.dll dist\beempy - cmd: copy /Y C:\OpenSSL-Win64\bin\ssleay32.dll dist\beempy - cmd: copy /Y C:\OpenSSL-Win64\bin\libeay32.dll dist\beempy +- cmd: copy /Y %MINICONDA%\Libary\bin\sqlite3.dll dist\beempy # - cmd: 7z a -衫x9 beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy #- ps: 7z a -m0=LZMA2 -mx9 $env:BUILD .\dist\beempy - ps: 7z a $env:BUILD .\dist\beempy -- GitLab