From 2e38c1cded9c601a7270c63c7d052f159cc33e85 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 23 May 2017 19:36:36 +0100 Subject: [PATCH] appveyor.yml: still can't get the directories quite right - try again with some debugging. --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6e9287d8..a689a865 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,11 +33,14 @@ install: - python tools/boostdep/depinst/depinst.py config - bootstrap - b2 headers + - dir build: off test_script: - - cd boost-root\libs\config\test + - dir + - dir %APPVEYOR_BUILD_FOLDER% + - cd %APPVEYOR_BUILD_FOLDER%\libs\config\test - ..\..\..\b2 config_info_travis_install toolset=%TOOLSET% - config_info.exe - ..\..\..\b2 -j3 toolset=%TOOLSET%