scrutinizer-ci / scrutinizer

Legacy repository - archives past feature requests/bug reports
https://scrutinizer-ci.com/docs
140 stars 36 forks source link

Failed build package requested the PHP extension Tidy #250

Open peter-gribanov opened 10 years ago

peter-gribanov commented 10 years ago

My package parses the page of another resource. Unfortunately the HTML code of resource is not valid. I have to use PHP Tidy to make valid HTML and parse it.

I want to use the service Scrutinizer for the analysis and testing of the package, but unfortunately i can not. When building the package i get error:

Your requirements could not be resolved to an installable set of packages.

Problem 1

  • The requested PHP extension ext-tidy * is missing from your system.
aik099 commented 10 years ago

But Scrutinizer CI isn't continuous integration server, like Travis CI. It doesn't run tests or execute your app code. You should do all the hard work on CI server and then report results back to Scrutinizer CI.

schmittjoh commented 10 years ago

@peter-gribanov, could you link to the inspection where this happened? I assume it was while determining dependencies?

@aik099, yes, and no; we mostly offer both options for private projects at least.

peter-gribanov commented 10 years ago

@schmittjoh yes, the error occurs during the operation "PHP Analyzer: Determining Dependencies". link

I have many other projects that work on this scheme, and they have no problem. The only problem with this package because of the dependence of the Tidy.