Skip to content
Snippets Groups Projects
Commit c5ecc8d2 authored by Holger's avatar Holger
Browse files

Try to fix ci

parent 5b6c0899
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
......@@ -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 -mx9 beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
#- ps: 7z a -m0=LZMA2 -mx9 $env:BUILD .\dist\beempy
- ps: 7z a $env:BUILD .\dist\beempy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment