mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
appveyor: yet another try at command for loop.
This commit is contained in:
@ -66,6 +66,8 @@ build: off
|
||||
|
||||
test_script:
|
||||
- cd libs\config\test
|
||||
- FOR %%A in (%CXXSTD%) DO ..\..\..\b2 config_info_travis_install %ARGS% cxxstd=%%A
|
||||
- echo "FOR %%A in (%CXXSTD%) DO ..\..\..\b2 config_info_travis_install %ARGS% cxxstd=%%A" > info.bat
|
||||
- type info.bat
|
||||
- info.bat
|
||||
- config_info_travis
|
||||
- ..\..\..\b2 -j3 %ARGS% cxxstd=%CXXSTD%
|
||||
|
Reference in New Issue
Block a user