appveyor.yml: try again with simplified directory structure.

This commit is contained in:
jzmaddock
2017-05-23 19:18:12 +01:00
parent 3651139cc1
commit c6d2300f07

View File

@ -25,7 +25,8 @@ environment:
install:
- cd ..
- git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git .
- git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
- cd boost-root
- git submodule update --init tools/build
- git submodule update --init libs/config
- git submodule update --init tools/boostdep
@ -36,7 +37,7 @@ install:
build: off
test_script:
- cd libs/config/test
- cd boost-root\libs\config\test
- ..\..\..\b2 config_info_travis_install toolset=%TOOLSET%
- config_info.exe
- ..\..\..\b2 -j3 toolset=%TOOLSET%