mirror of
https://github.com/boostorg/variant.git
synced 2026-07-21 13:43:36 +00:00
disable test that is broken since C++20
This commit is contained in:
@@ -146,7 +146,7 @@ jobs:
|
||||
for /f %%i in ("%GITHUB_BASE_REF%") do if "%%~nxi" == "master" set BOOST_BRANCH=master
|
||||
echo BOOST_BRANCH: %BOOST_BRANCH%
|
||||
cd ..
|
||||
git clone -b %BOOST_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||
git clone -b %BOOST_BRANCH% --depth 10 https://github.com/boostorg/boost.git boost-root
|
||||
cd boost-root
|
||||
xcopy /s /e /q %GITHUB_WORKSPACE% libs\%LIBRARY%\
|
||||
git submodule update --init tools/boostdep
|
||||
|
||||
+2
-1
@@ -11,6 +11,7 @@
|
||||
import testing ;
|
||||
|
||||
local below-c++14 = 98 03 0x 11 ;
|
||||
local since-c++20 = 2a 20 ;
|
||||
|
||||
project
|
||||
: requirements
|
||||
@@ -57,7 +58,7 @@ test-suite variant
|
||||
[ run auto_visitors.cpp ]
|
||||
[ run issue42.cpp ]
|
||||
[ run issue53.cpp ]
|
||||
[ run overload_selection.cpp ]
|
||||
[ run overload_selection.cpp : : : "<cxxstd>$(since-c++20)":<build>no ]
|
||||
[ run recursive_wrapper_move_test.cpp ]
|
||||
[ run variant_over_joint_view_test.cpp ]
|
||||
[ run const_ref_apply_visitor.cpp ]
|
||||
|
||||
Reference in New Issue
Block a user