Skip to content

Commit 0caaead

Browse files
committed
Add back old Clangs to Appveyor and Drone
1 parent 9079653 commit 0caaead

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.drone.jsonnet

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,20 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
226226
"g++-15-multilib",
227227
),
228228

229+
linux_pipeline(
230+
"Linux 16.04 Clang 3.5",
231+
"cppalliance/droneubuntu1604:1",
232+
{ TOOLSET: 'clang', COMPILER: 'clang++-3.5', CXXSTD: '11' },
233+
"clang-3.5",
234+
),
235+
236+
linux_pipeline(
237+
"Linux 16.04 Clang 3.6",
238+
"cppalliance/droneubuntu1604:1",
239+
{ TOOLSET: 'clang', COMPILER: 'clang++-3.6', CXXSTD: '11,14' },
240+
"clang-3.6",
241+
),
242+
229243
linux_pipeline(
230244
"Linux 16.04 Clang 3.7",
231245
"cppalliance/droneubuntu1604:1",

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ environment:
2121
TOOLSET: msvc-14.1
2222
CXXSTD: 14,17
2323
ADDRMD: 32,64
24+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
25+
TOOLSET: clang-win
26+
CXXSTD: 14,17,latest
27+
ADDRMD: 64
2428
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
2529
TOOLSET: msvc-14.2
2630
CXXSTD: 14

0 commit comments

Comments
 (0)