[04:28:32] Change on 12en.wikipedia.org a page Wikipedia:Huggle/Feedback/Archive 23 was modified, changed by Lowercase sigmabot III link https://en.wikipedia.org/w/index.php?diff=1011667964 edit summary: Archiving 1 discussion(s) from [[Wikipedia:Huggle/Feedback]]) (bot [04:28:34] Change on 12en.wikipedia.org a page Wikipedia:Huggle/Feedback was modified, changed by Lowercase sigmabot III link https://en.wikipedia.org/w/index.php?diff=1011667967 edit summary: Archiving 1 discussion(s) to [[Wikipedia:Huggle/Feedback/Archive 23]]) (bot [05:23:00] Since Travis-CI is probably going away at SOME point (even though they've been saying they're going away for months), I figured I'd try migrating the CI process over to GitHub Actions. I've got Ubuntu 16.04 and macOS 10.15 working so far. https://github.com/phuzion/huggle3-qt-lx/actions/runs/645166324 [14:38:24] petan: It looks like the appveyor builds are configured through the webui, is that the case? If so, is there any way I can review the config so I can reverse-engineer it to move it to Github Actions? [14:55:59] I think I configured appveyor years ago so I don't remember at all, maybe I can look it up somewhere [14:58:04] Looking at Appveyor's docs it says that the build process is either handled by an appveyor.yml file or through the webui, and since I don't see appveyor.yml in huggle source, I'm assuming you did it through the UI. [14:58:05] here is the script (cmd) https://paste.toolforge.org/view/02b07a5d [14:58:37] Ahhh gotcha [14:59:43] environment is set to vs2015 [15:00:54] here is config exported to yaml https://paste.toolforge.org/view/198be442 it contained password though that I removed [15:02:30] Awesome, thanks. [15:02:47] I'll see if I can get this up and going today. If so, I think we might be able to move entirely to Github Actions by this weekend. [15:02:57] I've already got macOS and Linux builds running smoothly. [15:05:45] I'm also intending to get the Linux build working on ubuntu-latest, so we can finally stop building on a near-5-year old OS. [15:07:03] ok to be honest I don't even know what is github actions and how is it better than appveyor [15:07:23] but if it can provide zipped nightly builds, then it's OK [15:08:12] petan: Long story short, github actions is the same thing as Travis-CI or AppVeyor, but provided by Github. It's a CI/CD platform. [15:09:26] I see [15:11:12] If you wanna see what it looks like, check out this commit on my fork. https://github.com/phuzion/huggle3-qt-lx/commit/0dd61405286da90580f9d0a1e500b0d97a3fe301 [15:11:21] (That's just macOS and Linux) [15:55:08] petan: Question, do you know why the -msbuild_path argument doesn't work on veyor.ps1 by chance? I'm trying to give a specific msbuild location and it's not seeming to work. [16:47:39] Ah, figured it out. It's a syntax error in the documentation. It specifies -msbuild_path=path when it should be "-msbuild_path path"