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:
4141 << : *platform_unix_template
4242
4343Fedora/Clang :
44- image : stabletec/build-core:fedora-gcc
44+ image : stabletec/build-core:fedora-clang
4545 << : *platform_unix_template
4646
4747Debian/GCC :
4848 image : stabletec/build-core:debian-gcc
4949 << : *platform_unix_template
5050
5151Debian/Clang :
52- image : stabletec/build-core:debian-gcc
52+ image : stabletec/build-core:debian-clang
5353 << : *platform_unix_template
5454
5555Ubuntu/GCC :
5656 image : stabletec/build-core:ubuntu-gcc
5757 << : *platform_unix_template
5858
5959Ubuntu/Clang :
60- image : stabletec/build-core:ubuntu-gcc
60+ image : stabletec/build-core:ubuntu-clang
6161 << : *platform_unix_template
6262
6363openSUSE/GCC :
6464 image : stabletec/build-core:opensuse-gcc
6565 << : *platform_unix_template
6666
6767openSUSE/Clang :
68- image : stabletec/build-core:opensuse-gcc
68+ image : stabletec/build-core:opensuse-clang
6969 << : *platform_unix_template
7070
7171Windows/MSVC :
7272 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
7479 << : *platform_windows_template
7580
7681# Analysis #
You can’t perform that action at this time.
0 commit comments