forked from boostorg/config
Appveyor: yet another attempt to print config_info for each build config.
This commit is contained in:
6
appveyor.bat
Normal file
6
appveyor.bat
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
IF NOT DEFINED CXXSTD (..\..\..\b2 config_info_travis_install "%ARGS%")
|
||||||
|
IF DEFINED CXXSTD FOR %%A IN (%CXXSTD%) DO (
|
||||||
|
..\..\..\b2 -a -d2 config_info_travis_install %ARGS% cxxstd=%%A
|
||||||
|
config_info_travis
|
||||||
|
del config_info_travis.exe
|
||||||
|
)
|
@@ -33,9 +33,6 @@ environment:
|
|||||||
- ARGS: --toolset=gcc address-model=64
|
- ARGS: --toolset=gcc address-model=64
|
||||||
CXXSTD: 03,11,14,1z
|
CXXSTD: 03,11,14,1z
|
||||||
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
|
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
|
||||||
- ARGS: --toolset=gcc address-model=64
|
|
||||||
CXXSTD: 03,11,14,1z
|
|
||||||
PATH: C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw64\bin;%PATH%
|
|
||||||
- ARGS: --toolset=gcc address-model=64
|
- ARGS: --toolset=gcc address-model=64
|
||||||
CXXSTD: 03,11,14,1z
|
CXXSTD: 03,11,14,1z
|
||||||
PATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
|
PATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
|
||||||
@@ -66,6 +63,5 @@ build: off
|
|||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cd libs\config\test
|
- cd libs\config\test
|
||||||
- ..\..\..\b2 config_info_travis_install %ARGS%
|
- ..\appveyor.bat
|
||||||
- config_info_travis
|
|
||||||
- ..\..\..\b2 -j3 %ARGS% cxxstd=%CXXSTD%
|
- ..\..\..\b2 -j3 %ARGS% cxxstd=%CXXSTD%
|
||||||
|
Reference in New Issue
Block a user