From 88eaba4149f20bb1fc5701783e052db5532fb902 Mon Sep 17 00:00:00 2001 From: Kylart Date: Wed, 6 Nov 2019 12:26:44 +0100 Subject: [PATCH] Delete only libtorrent build --- appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2b4ebb3..41f669a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,13 +43,9 @@ install: - set "PATH=c:/Program Files/libtorrent/;%PATH%" - cd %APPVEYOR_BUILD_FOLDER% + - del /Q/S %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent\build\ - npm install - - del /Q/S %APPVEYOR_BUILD_FOLDER%\bindings\lib - -# build: -# project: %APPVEYOR_BUILD_FOLDER%\appveyor.yml - test_script: - node --version - npm --version