Open benapetr opened 3 years ago
@benapetr Honestly, I'd say we should probably consider dropping Travis (and AppVeyor for that matter). GitHub Actions is built in, and handles builds on multiple OSes (Windows, Mac and Linux), and for multiple Qt versions.
According to Travis, there hasn't been a build since June 10, so something isn't right since there have been three different commits since then. That is unrelated to my change to .travis.yml
.
The errors in the most recent Travis build are because the Travis runner can't find QtWebEngine, which I am using to build Huggle nowadays.
ok let's drop travis then
appveyor is uploading nightly builds to https://petr.insw.cz/huggle/nightly/ I wouldn't drop it until we have some replacement for such feature
@phuzion what is going on with travis? Is it complaining because you changed the CI workflow? I remember you did some work in that area? Is CI migrated to github now?