mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
appveyor.yml: try again with simplified directory structure.
This commit is contained in:
@ -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%
|
||||
|
Reference in New Issue
Block a user