@@ -29,31 +29,23 @@ def main(ctx):
2929 linux_cxx ("gcc 7" , "g++-7" , packages = "g++-7" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'gcc-7' , 'B2_CXXSTD' : '14,17' , 'DRONE_JOB_UUID' : 'bd307a3ec3' }, globalenv = globalenv ),
3030 linux_cxx ("gcc 8" , "g++-8" , packages = "g++-8" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'gcc-8' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : 'fa35e19212' }, globalenv = globalenv ),
3131 linux_cxx ("gcc 9" , "g++-9" , packages = "g++-9" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'gcc-9' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : 'f1abd67035' }, globalenv = globalenv ),
32- linux_cxx ("gcc 9 standalone" , "g++-9" , packages = "g++-9" , buildtype = "standalone" , buildscript = "drone" , image = linuxglobalimage , environment = {'COMMENT' : 'standalone' , 'CXX' : 'g++-9' , 'DRONE_JOB_UUID' : '1574bddb75' }, globalenv = globalenv ),
3332 linux_cxx ("gcc 10" , "g++-10" , packages = "g++-10" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:1" , environment = {'B2_TOOLSET' : 'gcc-10' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : '0716d9708d' }, globalenv = globalenv ),
34- linux_cxx ("gcc 10 standalone" , "g++-10" , packages = "g++-10" , buildtype = "standalone" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:1" , environment = {'COMMENT' : 'standalone' , 'CXX' : 'g++-10' , 'DRONE_JOB_UUID' : '9e6a55b6b4' }, globalenv = globalenv ),
3533 linux_cxx ("gcc 10 cmake-superproject" , "g++-10" , packages = "g++-10" , image = linuxglobalimage , buildtype = "cmake-superproject" , buildscript = "drone" , environment = {"COMMENT" : "cmake-superproject" , "CXX" : "g++-10" }, globalenv = globalenv ),
3634 linux_cxx ("gcc 11" , "g++-11" , packages = "g++-11" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:1" , environment = {'B2_TOOLSET' : 'gcc-11' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : '0716d9708d' }, globalenv = globalenv ),
37- linux_cxx ("gcc 11 standalone" , "g++-10" , packages = "g++-11" , buildtype = "standalone" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:1" , environment = {'COMMENT' : 'standalone' , 'CXX' : 'g++-11' , 'DRONE_JOB_UUID' : '9e6a55b6b4' }, globalenv = globalenv ),
3835 linux_cxx ("Clang 3.8" , "clang++-3.8" , packages = "clang-3.8" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu1404:1" , environment = {'B2_TOOLSET' : 'clang-3.8' , 'B2_CXXSTD' : '11' , 'DRONE_JOB_UUID' : 'b3f0c7f6bb' }, globalenv = globalenv ),
3936 linux_cxx ("Clang 4.0" , "clang++-4.0" , packages = "clang-4.0 libstdc++-6-dev" , llvm_os = "xenial" , llvm_ver = "4.0" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu1604:1" , environment = {'B2_TOOLSET' : 'clang-4.0' , 'B2_CXXSTD' : '11,14' , 'DRONE_JOB_UUID' : '91032ad7bb' }, globalenv = globalenv ),
4037 linux_cxx ("Clang 5.0" , "clang++-5.0" , packages = "clang-5.0 libstdc++-7-dev" , llvm_os = "bionic" , llvm_ver = "5.0" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-5.0' , 'B2_CXXSTD' : '11,14' , 'DRONE_JOB_UUID' : '472b07b9fc' }, globalenv = globalenv ),
4138 linux_cxx ("Clang 6.0" , "clang++-6.0" , packages = "clang-6.0 libc6-dbg libstdc++-8-dev" , llvm_os = "bionic" , llvm_ver = "6.0" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-6.0' , 'B2_CXXSTD' : '14,17' , 'DRONE_JOB_UUID' : '12c6fc06c9' }, globalenv = globalenv ),
4239 linux_cxx ("Clang 7" , "clang++-7" , packages = "clang-7 libstdc++-8-dev" , llvm_os = "bionic" , llvm_ver = "7" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-7' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : 'd435a6cdd7' }, globalenv = globalenv ),
4340 linux_cxx ("Clang 8" , "clang++-8" , packages = "clang-8 libstdc++-8-dev" , llvm_os = "bionic" , llvm_ver = "8" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-8' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : '4d134bc072' }, globalenv = globalenv ),
4441 linux_cxx ("Clang 9" , "clang++-9" , packages = "clang-9 libstdc++-9-dev" , llvm_os = "bionic" , llvm_ver = "9" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-9' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : 'f6e1126ced' }, globalenv = globalenv ),
45- linux_cxx ("Clang 9 standalone" , "clang++-9" , packages = "clang-9 libstdc++-9-dev" , llvm_os = "bionic" , llvm_ver = "9" , buildtype = "standalone" , buildscript = "drone" , image = linuxglobalimage , environment = {'COMMENT' : 'standalone' , 'CXX' : 'clang++-9' , 'DRONE_JOB_UUID' : '887309d048' }, globalenv = globalenv ),
4642 linux_cxx ("Clang 10" , "clang++-10" , packages = "clang-10 libstdc++-9-dev" , llvm_os = "bionic" , llvm_ver = "10" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-10' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : 'bc33ea4e26' }, globalenv = globalenv ),
47- linux_cxx ("Clang 10 standalone" , "clang++-10" , packages = "clang-10 libstdc++-9-dev" , llvm_os = "bionic" , llvm_ver = "10" , buildtype = "standalone" , buildscript = "drone" , image = linuxglobalimage , environment = {'COMMENT' : 'standalone' , 'CXX' : 'clang++-10' , 'DRONE_JOB_UUID' : '0a57cb53ba' }, globalenv = globalenv ),
4843 linux_cxx ("Clang 11" , "clang++-11" , packages = "clang-11 libstdc++-9-dev" , llvm_os = "bionic" , llvm_ver = "11" , buildtype = "boost" , buildscript = "drone" , image = linuxglobalimage , environment = {'B2_TOOLSET' : 'clang-11' , 'B2_CXXSTD' : '17,2a' , 'DRONE_JOB_UUID' : '7719a1c782' }, globalenv = globalenv ),
49- linux_cxx ("Clang 11 standalone" , "clang++-11" , packages = "clang-11 libstdc++-9-dev" , llvm_os = "bionic" , llvm_ver = "11" , buildtype = "standalone" , buildscript = "drone" , image = linuxglobalimage , environment = {'COMMENT' : 'standalone' , 'CXX' : 'clang++-11' , 'DRONE_JOB_UUID' : '22d200f867' }, globalenv = globalenv ),
5044 linux_cxx ("Clang 12" , "clang++-12" , packages = "clang-12 libstdc++-9-dev" , llvm_os = "focal" , llvm_ver = "12" , buildtype = "boost" , buildscript = "drone" , image = "cppalliance/droneubuntu2004:1" , environment = {'B2_TOOLSET' : 'clang-12' , 'B2_CXXSTD' : '17,20' , 'DRONE_JOB_UUID' : '7719a1c783' }, globalenv = globalenv ),
5145 linux_cxx ("Coverity" , "g++" , packages = "" , buildtype = "coverity" , buildscript = "drone" , image = linuxglobalimage , environment = {'COMMENT' : 'Coverity Scan' , 'B2_TOOLSET' : 'clang' , 'DRONE_JOB_UUID' : '632667547e' }, globalenv = globalenv ),
5246 windows_cxx ("msvc-14.0" , "" , image = "cppalliance/dronevs2015" , buildtype = "boost" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.0" , "B2_CXXSTD" : "11,14" }, globalenv = globalenv ),
5347 windows_cxx ("msvc-14.1" , "" , image = "cppalliance/dronevs2017" , buildtype = "boost" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.1" , "B2_CXXSTD" : "11,14,17" }, globalenv = globalenv ),
54- windows_cxx ("msvc-14.1 standalone" , "msvc-14.1" , image = "cppalliance/dronevs2017" , buildtype = "standalone-windows" , buildscript = "drone" , environment = {"COMMENT" : "standalone" ,"CXX" : "msvc-14.1" }, globalenv = globalenv ),
5548 windows_cxx ("msvc-14.2" , "" , image = "cppalliance/dronevs2019" , buildtype = "boost" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.2" , "B2_CXXSTD" : "17,latest" }, globalenv = globalenv ),
56- windows_cxx ("msvc-14.2 standalone" , "msvc-14.2" , image = "cppalliance/dronevs2019" , buildtype = "standalone-windows" , buildscript = "drone" , environment = {"COMMENT" : "standalone" ,"CXX" : "msvc-14.2" }, globalenv = globalenv ),
5749 windows_cxx ("msvc-14.3" , "" , image = "cppalliance/dronevs2022:1" , buildtype = "boost" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.3" , "B2_CXXSTD" : "17,20" }, globalenv = globalenv )
5850 ]
5951
0 commit comments