From 1f83bcb56a5f4f7ad2c287f6e10cef73b6d20031 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 23 May 2017 19:52:30 +0100 Subject: [PATCH] appveyor.yml: correct directories now that we can see where they are. --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a689a865..514f4389 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -39,8 +39,7 @@ build: off test_script: - dir - - dir %APPVEYOR_BUILD_FOLDER% - - cd %APPVEYOR_BUILD_FOLDER%\libs\config\test + - cd libs\config\test - ..\..\..\b2 config_info_travis_install toolset=%TOOLSET% - config_info.exe - ..\..\..\b2 -j3 toolset=%TOOLSET%