File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -41,36 +41,41 @@ Fedora/GCC:
41
41
<< : *platform_unix_template
42
42
43
43
Fedora/Clang :
44
- image : stabletec/build-core:fedora-gcc
44
+ image : stabletec/build-core:fedora-clang
45
45
<< : *platform_unix_template
46
46
47
47
Debian/GCC :
48
48
image : stabletec/build-core:debian-gcc
49
49
<< : *platform_unix_template
50
50
51
51
Debian/Clang :
52
- image : stabletec/build-core:debian-gcc
52
+ image : stabletec/build-core:debian-clang
53
53
<< : *platform_unix_template
54
54
55
55
Ubuntu/GCC :
56
56
image : stabletec/build-core:ubuntu-gcc
57
57
<< : *platform_unix_template
58
58
59
59
Ubuntu/Clang :
60
- image : stabletec/build-core:ubuntu-gcc
60
+ image : stabletec/build-core:ubuntu-clang
61
61
<< : *platform_unix_template
62
62
63
63
openSUSE/GCC :
64
64
image : stabletec/build-core:opensuse-gcc
65
65
<< : *platform_unix_template
66
66
67
67
openSUSE/Clang :
68
- image : stabletec/build-core:opensuse-gcc
68
+ image : stabletec/build-core:opensuse-clang
69
69
<< : *platform_unix_template
70
70
71
71
Windows/MSVC :
72
72
variables :
73
- IMAGE : stabletec/build-core:windows-msvc2017
73
+ IMAGE : stabletec/build-core:windows-msvc
74
+ << : *platform_windows_template
75
+
76
+ Windows/Clang-cl :
77
+ variables :
78
+ IMAGE : stabletec/build-core:windows-clang-cl
74
79
<< : *platform_windows_template
75
80
76
81
# Analysis #
You can’t perform that action at this time.
0 commit comments