Skip to content

Commit 8b1d4b2

Browse files
committed
Drone: VS2026
1 parent 70efd4b commit 8b1d4b2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.drone.star

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ def main(ctx):
6363
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),
6464
windows_cxx("msvc-14.2", "", image="cppalliance/dronevs2019:2", buildtype="boost", buildscript="drone", environment={"B2_TOOLSET": "msvc-14.2", "B2_CXXSTD": "17,latest"}, globalenv=globalenv),
6565
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),
66-
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),
67-
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),
6866
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),
67+
windows_cxx("msvc-14.5", "", image="cppalliance/dronevs2026:1", buildtype="boost", buildscript="drone", environment={"B2_TOOLSET": "msvc-14.5", "B2_CXXSTD": "17,20"}, globalenv=globalenv),
68+
windows_cxx("msvc-14.5 cmake-superproject", "", image="cppalliance/dronevs2026:1", buildtype="cmake-superproject", buildscript="drone", environment={"B2_TOOLSET": "msvc-14.5", "B2_CXXSTD": "17,20"}, globalenv=globalenv),
69+
windows_cxx("msvc-14.5 cmake-mainproject", "", image="cppalliance/dronevs2026:1", buildtype="cmake-mainproject", buildscript="drone", environment={"B2_TOOLSET": "msvc-14.5", "B2_CXXSTD": "17,20"}, globalenv=globalenv),
70+
windows_cxx("msvc-14.5 cmake-subdirectory", "", image="cppalliance/dronevs2026:1", buildtype="cmake-subdirectory", buildscript="drone", environment={"B2_TOOLSET": "msvc-14.5", "B2_CXXSTD": "17,20"}, globalenv=globalenv),
6971
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),
7072
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),
7173
osx_cxx("macOS: Clang", "clang++", packages="", buildscript="drone", buildtype="boost", xcode_version="13.4.1", environment={'B2_TOOLSET': 'clang', 'B2_CXXSTD': '17'}, globalenv=globalenv)

0 commit comments

Comments
 (0)