huggle / huggle3-qt-lx

Huggle is an anti-vandalism tool for use on MediaWiki based projects
https://en.wikipedia.org/wiki/WP:HG
GNU General Public License v3.0
181 stars 87 forks source link

travis is showing errors #343

Open benapetr opened 3 years ago

benapetr commented 3 years ago

@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?

phuzion commented 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.

benapetr commented 3 years ago

ok let's drop travis then

benapetr commented 3 years ago

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