Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
492 stars 162 forks source link

MacOS jobs on Travis are failing with "An error occurred while generating the build script." #176

Closed Martinsos closed 3 years ago

Martinsos commented 3 years ago

This started happening after I migrated edlib from travis-ci.org to travis-ci.com .

I guess something is different on .com, but I don't know what.

I created an issue here: https://travis-ci.community/t/after-migrating-to-travis-ci-com-from-org-i-get-an-error-occurred-while-generating-the-build-script-on-macos/10578 .

One option might be to try and build config locally, as per instructions here https://github.com/travis-ci/travis-build/blob/master/README.md, but I haven't tried that yet.

Martinsos commented 3 years ago

Now it works! I fixed warning from config about missing os: on root level, and while I am surprised that would help, for now that is the only thing that seems to have changed.