Chandan Singh pushed to branch chandan/toxify at BuildStream / buildstream
Commits:
-
b002b13a
by Chandan Singh at 2018-12-24T13:14:03Z
1 changed file:
Changes:
... | ... | @@ -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
|