freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/docwriter][update-deps] Install build dependencies quietl


From: Nikhil Ramakrishnan
Subject: [Git][freetype/docwriter][update-deps] Install build dependencies quietly.
Date: Sat, 27 Mar 2021 19:25:58 +0000

Nikhil Ramakrishnan pushed to branch update-deps at FreeType / docwriter

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -33,7 +33,7 @@
    33 33
       before_script:
    
    34 34
         - python -V
    
    35 35
         - pip install tox
    
    36
    -    - apt-get -qq update && apt-get install -y clang autoconf cmake libtool
    
    36
    +    - apt-get -qq update && apt-get install -qq -y clang autoconf cmake libtool
    
    37 37
       script:
    
    38 38
         - tox
    
    39 39
     
    


  • reply via email to

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