From eaea45eaf20597e265d9f6b1de4bbe4b86394764 Mon Sep 17 00:00:00 2001 From: Kylart Date: Thu, 31 Oct 2019 11:54:55 +0100 Subject: [PATCH] Changed path to use app veyor built in env variable --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e96eeb2..74118d7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,12 +14,12 @@ init: install: - ps: Install-Product node 12 x64 - choco install ninja - - cd bindings\lib\libtorrent + - cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent - mkdir build && cd build - cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=14 -G Ninja .. - ninja - ninja install - - cd ..\..\..\..\ + - cd %APPVEYOR_BUILD_FOLDER% - npm install test_script: