Skip to content

Commit 50e7fc7

Browse files
committed
Updated CI/CD pipeline
Added Linux clang builds, and a clang-cl for Windows.
1 parent 8d3a369 commit 50e7fc7

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,36 +41,41 @@ Fedora/GCC:
4141
<<: *platform_unix_template
4242

4343
Fedora/Clang:
44-
image: stabletec/build-core:fedora-gcc
44+
image: stabletec/build-core:fedora-clang
4545
<<: *platform_unix_template
4646

4747
Debian/GCC:
4848
image: stabletec/build-core:debian-gcc
4949
<<: *platform_unix_template
5050

5151
Debian/Clang:
52-
image: stabletec/build-core:debian-gcc
52+
image: stabletec/build-core:debian-clang
5353
<<: *platform_unix_template
5454

5555
Ubuntu/GCC:
5656
image: stabletec/build-core:ubuntu-gcc
5757
<<: *platform_unix_template
5858

5959
Ubuntu/Clang:
60-
image: stabletec/build-core:ubuntu-gcc
60+
image: stabletec/build-core:ubuntu-clang
6161
<<: *platform_unix_template
6262

6363
openSUSE/GCC:
6464
image: stabletec/build-core:opensuse-gcc
6565
<<: *platform_unix_template
6666

6767
openSUSE/Clang:
68-
image: stabletec/build-core:opensuse-gcc
68+
image: stabletec/build-core:opensuse-clang
6969
<<: *platform_unix_template
7070

7171
Windows/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 #

0 commit comments

Comments
 (0)