logging ssl dir

This commit is contained in:
Kylart 2020-03-29 20:03:27 +02:00
parent e6180e9a46
commit c9821373ef
1 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,6 @@ platform:
init:
- git config --global core.autocrlf input
artifacts:
- path: `dist\*.exe`
install:
- ps: Install-Product node 12 x64
- git submodule update --init --recursive
@ -22,6 +19,9 @@ install:
- 7z x -ompv mpv.7z
- copy mpv\x86_64\mpv-1.dll C:\Windows\system32\
- dir C:\OpenSSL-Win64
- dir C:\OpenSSL-Win64\lib
- set ROOT_DIRECTORY=%CD%
- if not defined compiler ( set compiler="" )
- if not defined crypto ( set crypto=built-in )
@ -54,4 +54,4 @@ test_script:
- npm run test
deploy_script:
- IF [%APPVEYOR_REPO_BRANCH%]==[master] npm run publish:win && npm run publish:portable
- IF [%APPVEYOR_REPO_BRANCH%]==[master]