From 34e15a10e42ac513d65412543dba7cfe434cab0d Mon Sep 17 00:00:00 2001 From: Kylart Date: Thu, 31 Oct 2019 11:50:48 +0100 Subject: [PATCH] Update appveyor --- appveyor.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8bdfd33..e96eeb2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -image: Visual Studio 2017 +image: Visual Studio 2019 cache: - '%USERPROFILE%\.electron' @@ -13,6 +13,13 @@ init: install: - ps: Install-Product node 12 x64 + - choco install ninja + - cd bindings\lib\libtorrent + - mkdir build && cd build + - cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=14 -G Ninja .. + - ninja + - ninja install + - cd ..\..\..\..\ - npm install test_script: