freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] Add clang build to linux CI


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] Add clang build to linux CI
Date: Thu, 14 Oct 2021 02:08:41 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -86,7 +86,8 @@ linux autotools:
    86 86
                     --with-bzip2=no \
    
    87 87
                     --with-harfbuzz=no \
    
    88 88
                     --with-png=no \
    
    89
    -                --with-zlib=no
    
    89
    +                --with-zlib=no \
    
    90
    +                CC=gcc
    
    90 91
     
    
    91 92
         make -j$(nproc) && make install
    
    92 93
     
    
    ... ... @@ -98,7 +99,21 @@ linux autotools libs:
    98 99
                     --with-bzip2=yes \
    
    99 100
                     --with-harfbuzz=yes \
    
    100 101
                     --with-png=yes \
    
    101
    -                --with-zlib=yes
    
    102
    +                --with-zlib=yes \
    
    103
    +                CC=gcc
    
    104
    +
    
    105
    +    make -j$(nproc) && make install
    
    106
    +
    
    107
    +linux autotools libs clang:
    
    108
    +  extends: '.build linux common'
    
    109
    +  script: |
    
    110
    +    ./autogen.sh
    
    111
    +    ./configure --with-brotli=yes \
    
    112
    +                --with-bzip2=yes \
    
    113
    +                --with-harfbuzz=yes \
    
    114
    +                --with-png=yes \
    
    115
    +                --with-zlib=yes \
    
    116
    +                CC=clang
    
    102 117
     
    
    103 118
         make -j$(nproc) && make install
    
    104 119
     
    


  • reply via email to

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