Fix appveyor builds

This commit is contained in:
Sambhav Kothari
2018-07-18 11:23:53 +05:30
parent 4c5f9b2984
commit 1447f1ea02

View File

@@ -26,16 +26,12 @@ build_script:
- cmd: >-
appveyor DownloadFile https://github.com/acoustid/chromaprint/releases/download/v%CHROMAPRINT_FPCALC_VERSION%/chromaprint-fpcalc-%CHROMAPRINT_FPCALC_VERSION%-windows-x86_64.zip -FileName fpcalc.zip
appveyor DownloadFile https://indy.fulgan.com/SSL/openssl-%OPENSSL_VERSION%-x64_86-win64.zip -FileName openssl.zip
appveyor DownloadFile https://github.com/metabrainz/libdiscid/releases/download/v%DISCID_VERSION%/libdiscid-%DISCID_VERSION%-win64.zip -FileName libdiscid.zip
7z x fpcalc.zip -y
copy /Y chromaprint-fpcalc-%CHROMAPRINT_FPCALC_VERSION%-windows-x86_64\fpcalc.exe fpcalc.exe
7z x openssl.zip -y
7z x libdiscid.zip -y
copy /Y discid.dll %PYTHON%
@@ -52,9 +48,6 @@ build_script:
pyinstaller picard.spec
copy /Y ssleay32.dll dist
copy /Y libeay32.dll dist
artifacts:
- path: dist
- path: dist/*.exe
deploy: off