@@ -66,6 +66,8 @@ def main(ctx):
6666 windows_cxx ("msvc-14.3 cmake-superproject" , "" , image = "cppalliance/dronevs2022:1" , buildtype = "cmake-superproject" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.3" , "B2_CXXSTD" : "17,20" }, globalenv = globalenv ),
6767 windows_cxx ("msvc-14.3 cmake-mainproject" , "" , image = "cppalliance/dronevs2022:1" , buildtype = "cmake-mainproject" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.3" , "B2_CXXSTD" : "17,20" }, globalenv = globalenv ),
6868 windows_cxx ("msvc-14.3 cmake-subdirectory" , "" , image = "cppalliance/dronevs2022:1" , buildtype = "cmake-subdirectory" , buildscript = "drone" , environment = {"B2_TOOLSET" : "msvc-14.3" , "B2_CXXSTD" : "17,20" }, globalenv = globalenv ),
69+ osx_cxx ("macOS: Clang 16.2.0" , "clang++" , packages = "" , buildscript = "drone" , buildtype = "boost" , xcode_version = "16.2.0" , environment = {'B2_TOOLSET' : 'clang' , 'B2_CXXSTD' : '17' }, globalenv = globalenv ),
70+ osx_cxx ("macOS: Clang 15.4.0" , "clang++" , packages = "" , buildscript = "drone" , buildtype = "boost" , xcode_version = "15.4.0" , environment = {'B2_TOOLSET' : 'clang' , 'B2_CXXSTD' : '17' }, globalenv = globalenv ),
6971 osx_cxx ("macOS: Clang" , "clang++" , packages = "" , buildscript = "drone" , buildtype = "boost" , xcode_version = "13.4.1" , environment = {'B2_TOOLSET' : 'clang' , 'B2_CXXSTD' : '17' }, globalenv = globalenv )
7072 # osx_cxx("macOS: gcc-12", "g++-12", packages="", buildscript="drone", buildtype="boost", xcode_version="13.4.1", environment={'B2_TOOLSET': 'gcc-12', 'B2_CXXSTD': '17'}, globalenv=globalenv)
7173 ]
0 commit comments