Appveyor: yet another attempt to print config_info for each build config.

This commit is contained in:
jzmaddock
2018-01-30 09:17:01 +00:00
parent 2de7d27bfd
commit 29dbea1b5a
2 changed files with 7 additions and 5 deletions

6
appveyor.bat Normal file
View 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
)

View File

@ -33,9 +33,6 @@ environment:
- ARGS: --toolset=gcc address-model=64
CXXSTD: 03,11,14,1z
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
CXXSTD: 03,11,14,1z
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:
- cd libs\config\test
- ..\..\..\b2 config_info_travis_install %ARGS%
- config_info_travis
- ..\appveyor.bat
- ..\..\..\b2 -j3 %ARGS% cxxstd=%CXXSTD%