appveyor.yml: still can't get the directories quite right - try again with some debugging.

This commit is contained in:
jzmaddock
2017-05-23 19:36:36 +01:00
parent c6d2300f07
commit 2e38c1cded

View File

@ -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%