[Notes] [Git][BuildStream/buildstream][chandan/toxify] WIP: gitlab-ci: install gcc



Title: GitLab

Chandan Singh pushed to branch chandan/toxify at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -33,6 +33,8 @@ variables:
    33 33
       - df -h
    
    34 34
       # Install tox
    
    35 35
       - pip3 install tox
    
    36
    +  # Install compiler
    
    37
    +  - { apt-get update && apt-get install -y gcc } || { yum install -y gcc }
    
    36 38
     
    
    37 39
       script:
    
    38 40
       - useradd -Um buildstream
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]