freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 943a6bf: Add clang build to linux CI


From: Werner Lemberg
Subject: [freetype2] master 943a6bf: Add clang build to linux CI
Date: Wed, 13 Oct 2021 22:08:38 -0400 (EDT)

branch: master
commit 943a6bf7e67869fdb8a47b9dd83d13fa77b76aea
Author: Anurag Thakur <anuthadev@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    Add clang build to linux CI
---
 .gitlab-ci.yml | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0fc7fe6..5140aa7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,7 +86,8 @@ linux autotools:
                 --with-bzip2=no \
                 --with-harfbuzz=no \
                 --with-png=no \
-                --with-zlib=no
+                --with-zlib=no \
+                CC=gcc
 
     make -j$(nproc) && make install
 
@@ -98,7 +99,21 @@ linux autotools libs:
                 --with-bzip2=yes \
                 --with-harfbuzz=yes \
                 --with-png=yes \
-                --with-zlib=yes
+                --with-zlib=yes \
+                CC=gcc
+
+    make -j$(nproc) && make install
+
+linux autotools libs clang:
+  extends: '.build linux common'
+  script: |
+    ./autogen.sh
+    ./configure --with-brotli=yes \
+                --with-bzip2=yes \
+                --with-harfbuzz=yes \
+                --with-png=yes \
+                --with-zlib=yes \
+                CC=clang
 
     make -j$(nproc) && make install
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]