Tried removing only sln files

This commit is contained in:
Kylart 2019-11-06 12:49:49 +01:00
parent 88eaba4149
commit 022c78b4fe
1 changed files with 3 additions and 1 deletions

View File

@ -43,9 +43,11 @@ install:
- set "PATH=c:/Program Files/libtorrent/;%PATH%" - set "PATH=c:/Program Files/libtorrent/;%PATH%"
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
- del /Q/S %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent\build\
- npm install - npm install
- del /Q/S %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent\build\libtorrent.sln
- del /Q/S %APPVEYOR_BUILD_FOLDER%\bindings\build\kawabinds.sln
test_script: test_script:
- node --version - node --version
- npm --version - npm --version