dblock / fue

Find an e-mail addresses of Github users.
MIT License
19 stars 1 forks source link

Set up Appveyor for Windows CI #17

Closed zpanula closed 6 years ago

zpanula commented 6 years ago

Added Appveyor support. Will need you to login to Appveyor and point to the repo, and it'll read appveyor.yml and start building. Added a line to Rubocop to enforce LF line endings, required by Appveyor.

zpanula commented 6 years ago

I noticed you have 2.5 under travis, we can cut out the environment matrix and just set

install:
 - set PATH=C:\Ruby25\bin;%PATH%

PS: Repo can be checked out with LF line endings if already CRLF with

git rm -rf --cached .
git reset --hard HEAD
dblock commented 6 years ago

I enabled the build, https://ci.appveyor.com/project/dblock/fue/build/1.0.3-master, try to get it to pass in this or another PR?