terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.85k stars 250 forks source link

Add Appveyor CI configurations #159

Closed rakhimov closed 8 years ago

rakhimov commented 8 years ago

This adds minimal CI configurations for Appveyor-CI with Python 2.7. Some tests on windows are erring with some filesystem issues: https://ci.appveyor.com/project/rakhimov/lizard/build/1.0.1


This change is Reviewable

terryyin commented 8 years ago

Thanks!

rakhimov commented 7 years ago

@terryyin You need to setup an appveyor account to get the builds working as Travis.

terryyin commented 7 years ago

Let me see ...

terryyin commented 7 years ago

Ah, works. Thanks:-) Let me fix them...