Cool Thanks for the information and steps. I did all steps and patched the code to successfully compile on my end. I created a new branch and pushed that branch to my fork on GitHub (github.com/imikejackson). I also updated the cmake.yml build matrix to also build the clangrefactoringplugin? I’ll check back later this afternoon to see if a GitHub action performed the build?
-- Mike Jackson From: Cristian Adam <cristian.a...@qt.io> Date: Tuesday, February 23, 2021 at 10:41 AM To: Michael Jackson <mike.jack...@bluequartz.net>, Qt-creator <qt-creator@qt-project.org> Subject: Re: [Qt-creator] Unable to Compile QtCreator (4.15) On 23/02/2021 16:25, Michael Jackson wrote: Oh. Should I not be compiling those plugins? I liked having them around in earlier releases of QtCreator. On a related note is there a web site that shows the results of CI builds and their configurations? Or a place I can submit a build? Would that be the Gerrit site? We have GitHub Actions enabled at https://github.com/qt-creator/qt-creator/actions If you have a GitHub account you can: Fork https://github.com/qt-creator/qt-creator Add your GitHub fork to your Qt Creator git checkout $ git remote add github https://github.com/<USERNAME>/qt-creator.git Push to your GitHub fork $ git push github --force Your GitHub fork will get its own build of Qt Creator. The build is ccache backed, and after the cache is warm, a build should take ~30 minutes. You also get build artifacts for Linux, Window and macOS. Cheers, Cristian.
_______________________________________________ Qt-creator mailing list Qt-creator@qt-project.org https://lists.qt-project.org/listinfo/qt-creator