coala / coala-bears

Bears for coala
https://coala.io/
GNU Affero General Public License v3.0
294 stars 580 forks source link

Test XMLBear on Appveyor #1354

Open jayvdb opened 7 years ago

jayvdb commented 7 years ago

XMLBear is skipped on the Appveyor Windows builds. There are dependencies that need to be installed/configured.

Techievena commented 7 years ago

lxml version==3.6.0 has binaries built for windows. Can fix dependency issues in https://github.com/coala/coala-bears/pull/1337 and https://github.com/coala/coala-bears/pull/1364 Should I commit this part first and then work on Testing XMLBear on Appveyor?

jayvdb commented 7 years ago

Should I commit this part first and then work on Testing XMLBear on Appveyor?

Installing lxml on Windows is a tiny part of the problem. It can be a separate commit, but it wont be merged until one of the bears is working.

Shade5 commented 7 years ago

https://github.com/coala/coala-bears/pull/1337 cannot be merged until this is fixed :cry:

jayvdb commented 7 years ago

@shade5, do you know how to do it?

@techievena, if you havent figured it out, should I do it, since it is holding everyone up?

Techievena commented 7 years ago

@jayvdb My exams are going on right now and I am not getting enough time. It's better you unassign me and do it, if it is holding up others.

Shade5 commented 7 years ago

Nope, I tried to fix it in my pr, but couldn't figure out how to install the dependencies in windows

jayvdb commented 7 years ago

On Appveyor, you can fetch libxml2, libxslt, zlib and libiconv packages using nuget.