shannonwells / clickbait_generator

A clickbait headline generator in Rails.
MIT License
2 stars 0 forks source link

CircleCI: install qt 5.5 (?) and get CI passing. #29

Closed shannonwells closed 6 years ago

shannonwells commented 6 years ago

CircleCI (2.0) is failing because it can't build capybara-webkit.

For CI, capybara-webkit recommends the headless gem, but that's a year out of date. It also says you can run with xvfb-run -a bundle exec spec. ¯_(ツ)_/¯

There is also this post on the CircleCI web page about getting qt55 built.

shannonwells commented 6 years ago

Avoided the problem entirely by using headless chrome + selenium. Fixed here: https://github.com/shannonwells/clickbait_generator/pull/36