From cba52f03b824be6b97700982071a8b5d3bea82b0 Mon Sep 17 00:00:00 2001 From: Kylart Date: Thu, 31 Oct 2019 14:02:27 +0100 Subject: [PATCH] used cmake --install --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e793b65..946e406 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,8 +52,8 @@ install: - mkdir build && cd build - set "PATH=c:\Python27-x64;%PATH%" - cmake -DCMAKE_CXX_STANDARD=14 -Dbuild_tools=ON -G "Visual Studio 14 2015 Win64" .. - - ninja - - sudo ninja install + - cmake --build . --config Release -- -verbosity:minimal + - cmake --install . - cd %APPVEYOR_BUILD_FOLDER% - npm install