On 18/05/2015 21:31, Nick Wellnhofer wrote:
OK, I started with a .travis.yml for Clownfish.
I also added a build script and config file for Appveyor, a Travis clone for
Windows. After applying a couple of fixes, the Windows build passes again:
https://ci.appveyor.com/project/nwellnhof/lucy-clownfish/build/1.0.13
Unfortunately, I couldn't make the Perl bindings build on Appveyor with the
preinstalled Perl. Like with Travis, it's possible to manually install
whatever prerequisites, but I didn't want to go through the hassle.
Nick