From 0310fa44e88938a3f3211bcc1e0762d627a941dd Mon Sep 17 00:00:00 2001 From: Kylart Date: Thu, 31 Oct 2019 18:44:21 +0100 Subject: [PATCH] Removed ninja installation --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c1babaf..c808122 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,15 +46,14 @@ 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 --help - 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/;%PATH%" - - set CXXFLAGS="-std=c++14" - cd %APPVEYOR_BUILD_FOLDER% - npm install