@@ -51,7 +51,6 @@ def main(ctx):
51
51
linux_cxx ("g++-9 17" , "g++-9" , packages = "g++-9" , buildtype = "boost" , image = "cppalliance/droneubuntu1404:1" , environment = {'TOOLSET' : 'gcc' , 'COMPILER' : 'g++-9' , 'CXXSTD' : '17' , }, globalenv = globalenv ),
52
52
linux_cxx ("g++-9 2a" , "g++-9" , packages = "g++-9" , buildtype = "boost" , image = "cppalliance/droneubuntu1404:1" , environment = {'TOOLSET' : 'gcc' , 'COMPILER' : 'g++-9' , 'CXXSTD' : '2a' , }, globalenv = globalenv ),
53
53
54
- linux_cxx ("g++-10 03" , "g++-10" , packages = "g++-10" , image = "cppalliance/droneubuntu2004:1" , buildtype = "boost" , environment = {'TOOLSET' : 'gcc' , 'COMPILER' : 'g++-10' , 'CXXSTD' : '03' , }, globalenv = globalenv ),
55
54
linux_cxx ("g++-10 11" , "g++-10" , packages = "g++-10" , image = "cppalliance/droneubuntu2004:1" , buildtype = "boost" , environment = {'TOOLSET' : 'gcc' , 'COMPILER' : 'g++-10' , 'CXXSTD' : '11' , }, globalenv = globalenv ),
56
55
linux_cxx ("g++-10 14" , "g++-10" , packages = "g++-10" , image = "cppalliance/droneubuntu2004:1" , buildtype = "boost" , environment = {'TOOLSET' : 'gcc' , 'COMPILER' : 'g++-10' , 'CXXSTD' : '14' , }, globalenv = globalenv ),
57
56
linux_cxx ("g++-10 17" , "g++-10" , packages = "g++-10" , image = "cppalliance/droneubuntu2004:1" , buildtype = "boost" , environment = {'TOOLSET' : 'gcc' , 'COMPILER' : 'g++-10' , 'CXXSTD' : '17' , }, globalenv = globalenv ),
@@ -131,7 +130,7 @@ def main(ctx):
131
130
osx_cxx ("XCode-10.2 03" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "10.2" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '03' , }, globalenv = globalenv ),
132
131
osx_cxx ("XCode-10.2 11" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "10.2" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '11' , }, globalenv = globalenv ),
133
132
osx_cxx ("XCode-10.2 14" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "10.2" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '14' , }, globalenv = globalenv ),
134
- osx_cxx ("XCode-10.2 17" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "10.2" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '17' , }, globalenv = globalenv ),
133
+ # osx_cxx("XCode-10.2 17", "clang++", packages="", buildtype="boost", xcode_version="10.2", environment={'TOOLSET': 'clang', 'COMPILER': 'clang++', 'CXXSTD': '17', }, globalenv=globalenv),
135
134
osx_cxx ("XCode-10.2 2a" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "10.2" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '2a' , }, globalenv = globalenv ),
136
135
137
136
osx_cxx ("XCode-9.4 03" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "9.4" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '03' , }, globalenv = globalenv ),
@@ -152,12 +151,10 @@ def main(ctx):
152
151
osx_cxx ("XCode-8.0 03" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "8" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '03' , }, globalenv = globalenv ),
153
152
osx_cxx ("XCode-8.0 11" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "8" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '11' , }, globalenv = globalenv ),
154
153
osx_cxx ("XCode-8.0 14" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "8" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '14' , }, globalenv = globalenv ),
155
- osx_cxx ("XCode-8.0 1z" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "8" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '1z' , }, globalenv = globalenv ),
154
+ # osx_cxx("XCode-8.0 1z", "clang++", packages="", buildtype="boost", xcode_version="8", environment={'TOOLSET': 'clang', 'COMPILER': 'clang++', 'CXXSTD': '1z', }, globalenv=globalenv),
156
155
157
156
osx_cxx ("XCode-7.3 03" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "7.3" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '03' , }, globalenv = globalenv ),
158
157
osx_cxx ("XCode-7.3 11" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "7.3" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '11' , }, globalenv = globalenv ),
159
- osx_cxx ("XCode-7.3 14" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "7.3" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '14' , }, globalenv = globalenv ),
160
- osx_cxx ("XCode-7.3 1z" , "clang++" , packages = "" , buildtype = "boost" , xcode_version = "7.3" , environment = {'TOOLSET' : 'clang' , 'COMPILER' : 'clang++' , 'CXXSTD' : '1z' , }, globalenv = globalenv ),
161
158
]
162
159
163
160
# from https://github.com/boostorg/boost-ci
0 commit comments