@@ -15,7 +15,7 @@ def main(ctx):
1515 alljobs = []
1616 customizedjobs = [
1717 linux_cxx ("GCC 10, Debug + Coverage" , "g++-10" , packages = "g++-10 libssl-dev libffi-dev binutils-gold gdb mlocate" , image = "cppalliance/droneubuntu2004:1" , buildtype = "boost_v1" , buildscript = "drone" , environment = {"GCOV" : "gcov-10" , "LCOV_VERSION" : "1.15" , "VARIANT" : "beast_coverage" , "TOOLSET" : "gcc" , "COMPILER" : "g++-10" , "CXXSTD" : "14" , "DRONE_BEFORE_INSTALL" : "beast_coverage" , "CODECOV_TOKEN" : {"from_secret" : "codecov_token" }}, globalenv = globalenv , privileged = True ),
18- linux_cxx ("Default clang++ with libc++" , "clang++-libc++" , packages = "libc++-dev mlocate" , image = "cppalliance/droneubuntu1604 :1" , buildtype = "boost_v1" , buildscript = "drone" , environment = { "B2_TOOLSET" : "clang-7" , "B2_CXXSTD" : "17,2a" , "VARIANT" : "debug" , "TOOLSET" : "clang" , "COMPILER" : "clang++-libc++" , "CXXSTD" : "11" , "CXX_FLAGS" : "<cxxflags>-stdlib=libc++ <linkflags>-stdlib=libc++" , "TRAVISCLANG" : "yes" }, globalenv = globalenv ),
18+ linux_cxx ("Default clang++ with libc++" , "clang++-libc++" , packages = "libc++-dev mlocate" , image = "cppalliance/droneubuntu1804 :1" , buildtype = "boost_v1" , buildscript = "drone" , environment = { "B2_TOOLSET" : "clang-7" , "B2_CXXSTD" : "17,2a" , "VARIANT" : "debug" , "TOOLSET" : "clang" , "COMPILER" : "clang++-libc++" , "CXXSTD" : "11" , "CXX_FLAGS" : "<cxxflags>-stdlib=libc++ <linkflags>-stdlib=libc++" , "TRAVISCLANG" : "yes" }, globalenv = globalenv ),
1919 linux_cxx ("GCC Valgrind" , "g++" , packages = "g++-14 libssl-dev valgrind" , image = "cppalliance/droneubuntu2404:1" , buildtype = "boost_v1" , buildscript = "drone" , environment = { "VARIANT" : "beast_valgrind" , "TOOLSET" : "gcc" , "COMPILER" : "g++" , "CXXSTD" : "11" }, globalenv = globalenv ),
2020 linux_cxx ("Default g++" , "g++" , packages = "mlocate" , image = "cppalliance/droneubuntu1604:1" , buildtype = "boost_v1" , buildscript = "drone" , environment = { "VARIANT" : "release" , "TOOLSET" : "gcc" , "COMPILER" : "g++" , "CXXSTD" : "11" }, globalenv = globalenv ),
2121 linux_cxx ("GCC 8, C++17, libstdc++, release" , "g++-8" , packages = "g++-8 mlocate" , image = "cppalliance/droneubuntu1604:1" , buildtype = "boost_v1" , buildscript = "drone" , environment = { "VARIANT" : "release" , "TOOLSET" : "gcc" , "COMPILER" : "g++-8" , "CXXSTD" : "17" }, globalenv = globalenv ),
0 commit comments