Benjamin Schubert pushed to branch bschubert/add-centos-runner at BuildStream / buildstream
Commits:
-
27a3a7e9
by Benjamin Schubert at 2018-12-21T12:17:38Z
1 changed file:
Changes:
... | ... | @@ -110,6 +110,10 @@ tests-centos-7.6: |
110 | 110 |
<<: *tests
|
111 | 111 |
image: buildstream/testsuite-centos:7.6-917af42e-c3153dea
|
112 | 112 |
|
113 |
+ script:
|
|
114 |
+ - yum install --assumeyes fuse-devel
|
|
115 |
+ - ${TEST_COMMAND}
|
|
116 |
+ |
|
113 | 117 |
overnight-fedora-28-aarch64:
|
114 | 118 |
image: buildstream/testsuite-fedora:aarch64-28-917af42e-c3153dea
|
115 | 119 |
tags:
|