|
7 | 7 | LOG_LEVEL: DEBUG
|
8 | 8 | steps:
|
9 | 9 | - checkout
|
| 10 | + - run: sudo apt-get update && sudo apt-get install -y cmake # For installing snappy |
10 | 11 | - run: bundle install --path vendor/bundle
|
11 | 12 | - run: bundle exec rspec
|
12 | 13 | - run: bundle exec rubocop
|
|
40 | 41 | KAFKA_DELETE_TOPIC_ENABLE: true
|
41 | 42 | steps:
|
42 | 43 | - checkout
|
| 44 | + - run: sudo apt-get update && sudo apt-get install -y cmake # For installing snappy |
43 | 45 | - run: bundle install --path vendor/bundle
|
44 | 46 | - run: bundle exec rspec --profile --tag functional spec/functional
|
45 | 47 |
|
|
72 | 74 | KAFKA_DELETE_TOPIC_ENABLE: true
|
73 | 75 | steps:
|
74 | 76 | - checkout
|
| 77 | + - run: sudo apt-get update && sudo apt-get install -y cmake # For installing snappy |
75 | 78 | - run: bundle install --path vendor/bundle
|
76 | 79 | - run: bundle exec rspec --profile --tag functional spec/functional
|
77 | 80 |
|
@@ -104,6 +107,7 @@ jobs:
|
104 | 107 | KAFKA_DELETE_TOPIC_ENABLE: true
|
105 | 108 | steps:
|
106 | 109 | - checkout
|
| 110 | + - run: sudo apt-get update && sudo apt-get install -y cmake # For installing snappy |
107 | 111 | - run: bundle install --path vendor/bundle
|
108 | 112 | - run: bundle exec rspec --profile --tag functional spec/functional
|
109 | 113 |
|
@@ -136,6 +140,7 @@ jobs:
|
136 | 140 | KAFKA_DELETE_TOPIC_ENABLE: true
|
137 | 141 | steps:
|
138 | 142 | - checkout
|
| 143 | + - run: sudo apt-get update && sudo apt-get install -y cmake # For installing snappy |
139 | 144 | - run: bundle install --path vendor/bundle
|
140 | 145 | - run: bundle exec rspec --profile --tag functional spec/functional
|
141 | 146 |
|
@@ -168,6 +173,7 @@ jobs:
|
168 | 173 | KAFKA_DELETE_TOPIC_ENABLE: true
|
169 | 174 | steps:
|
170 | 175 | - checkout
|
| 176 | + - run: sudo apt-get update && sudo apt-get install -y cmake # For installing snappy |
171 | 177 | - run: bundle install --path vendor/bundle
|
172 | 178 | - run: bundle exec rspec --profile --tag functional spec/functional
|
173 | 179 |
|
@@ -200,6 +206,7 @@ jobs:
|
200 | 206 | KAFKA_DELETE_TOPIC_ENABLE: true
|
201 | 207 | steps:
|
202 | 208 | - checkout
|
| 209 | + - run: sudo apt-get update && sudo apt-get install -y cmake # For installing snappy |
203 | 210 | - run: bundle install --path vendor/bundle
|
204 | 211 | - run: bundle exec rspec --profile --tag functional spec/functional
|
205 | 212 |
|
@@ -232,6 +239,7 @@ jobs:
|
232 | 239 | KAFKA_DELETE_TOPIC_ENABLE: true
|
233 | 240 | steps:
|
234 | 241 | - checkout
|
| 242 | + - run: sudo apt-get update && sudo apt-get install -y cmake # For installing snappy |
235 | 243 | - run: bundle install --path vendor/bundle
|
236 | 244 | - run: bundle exec rspec --profile --tag functional spec/functional
|
237 | 245 |
|
@@ -264,6 +272,7 @@ jobs:
|
264 | 272 | KAFKA_DELETE_TOPIC_ENABLE: true
|
265 | 273 | steps:
|
266 | 274 | - checkout
|
| 275 | + - run: sudo apt-get update && sudo apt-get install -y cmake # For installing snappy |
267 | 276 | - run: bundle install --path vendor/bundle
|
268 | 277 | - run: bundle exec rspec --profile --tag functional spec/functional
|
269 | 278 |
|
@@ -296,6 +305,7 @@ jobs:
|
296 | 305 | KAFKA_DELETE_TOPIC_ENABLE: true
|
297 | 306 | steps:
|
298 | 307 | - checkout
|
| 308 | + - run: sudo apt-get update && sudo apt-get install -y cmake # For installing snappy |
299 | 309 | - run: bundle install --path vendor/bundle
|
300 | 310 | - run: bundle exec rspec --profile --tag functional spec/functional
|
301 | 311 |
|
@@ -328,6 +338,7 @@ jobs:
|
328 | 338 | KAFKA_DELETE_TOPIC_ENABLE: true
|
329 | 339 | steps:
|
330 | 340 | - checkout
|
| 341 | + - run: sudo apt-get update && sudo apt-get install -y cmake # For installing snappy |
331 | 342 | - run: bundle install --path vendor/bundle
|
332 | 343 | - run: bundle exec rspec --profile --tag functional spec/functional
|
333 | 344 |
|
|
0 commit comments