Chandan Singh pushed to branch chandan/toxify at BuildStream / buildstream
Commits:
-
abbc4e5f
by Chandan Singh at 2018-12-24T13:18:12Z
1 changed file:
Changes:
... | ... | @@ -34,8 +34,8 @@ variables: |
34 | 34 |
# Install tox
|
35 | 35 |
- pip3 install tox
|
36 | 36 |
# Install compiler
|
37 |
- -
|
|
38 |
- bash -c '{ apt-get update && apt-get install -y gcc } || { yum install -y gcc }'
|
|
37 |
+ - |
|
|
38 |
+ bash -c '{ apt-get update && apt-get install -y gcc } || { yum install -y gcc }'
|
|
39 | 39 |
|
40 | 40 |
script:
|
41 | 41 |
- useradd -Um buildstream
|