2021-07-01 06:42 PM
I have started a new TouchGFX based project and want to apply devops. For now my primary goal is to automate the build and to get the build binaries.
At my previous job I used a Jenkins pipeline to automate a TouchGFX build. We maintained our own internal build machine so it was relatively easy to install the necessary MinGw and create a build script.
At my current job I do not have a Jenkins server. I am working with a Github repo and so have access to Gihub Actions and Azure.
Are there any recommendations for good way to approach this? Is there a TouchGFX Docker container?
Thanks.