diff --git a/appveyor.yml b/appveyor.yml index 946e406..5c1f7a9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,13 +47,13 @@ install: - cd %BOOST_BUILD_PATH%\src\engine - build.bat >nul - - choco install ninja - cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent - mkdir build && cd build - set "PATH=c:\Python27-x64;%PATH%" - cmake -DCMAKE_CXX_STANDARD=14 -Dbuild_tools=ON -G "Visual Studio 14 2015 Win64" .. - cmake --build . --config Release -- -verbosity:minimal - cmake --install . + - set "PATH=c:/Program Files/libtorrent/" - cd %APPVEYOR_BUILD_FOLDER% - npm install