jehugaleahsa / FlatFiles

Reads and writes CSV, fixed-length and other flat file formats with a focus on schema definition, configuration and speed.
The Unlicense
357 stars 64 forks source link

Continious integration with AppVeyor #57

Closed zippy1981 closed 3 years ago

zippy1981 commented 5 years ago

Is your feature request related to a problem? Please describe. Setup AppVeyor so that unit tests run automatically during check-in

Describe the solution you'd like Enable CI on AppVeyor.com and accept a Pull request from https://github.com/zippy1981/FlatFiles/tree/feature/appveyor

Describe alternatives you've considered Circle CI or Azure Devops could also work. The former would mean building on Linux. The latter would not be public.

Additional context

Right now I have my fork working there. Unit tests are failing probably because of EOL issues in the file compare.

https://ci.appveyor.com/project/zippy1981/flatfiles

When its setup GitHub wlll report AppVeyor status on the PR pages