From bc99a449c161ca3f1446c9b11aac1e32a967e84c Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 28 Jan 2018 19:40:28 +0000 Subject: [PATCH] Appveyor: give up trying to loop through cxxstd options for now... --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c7afac16..03fb2edf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -66,8 +66,6 @@ build: off test_script: - cd libs\config\test - - echo "FOR ^%^%A in (^%CXXSTD^%) DO ..\..\..\b2 config_info_travis_install ^%ARGS^% cxxstd=^%^%A" > info.bat - - type info.bat - - info.bat + - ..\..\..\b2 config_info_travis_install %ARGS^ - config_info_travis - ..\..\..\b2 -j3 %ARGS% cxxstd=%CXXSTD%