Environment:
- IDE: Qt
- Language: C++
- OS: ubuntu
Motivation: The aim of this project is to set up continuous integration (CI) for a c++ application with GitHub actions. I added automation script to build and test the app on GitHub. In this way we might be able to detect bug in the remote repository.
steps:
- Create a hello world cpp app using Qt IDE.
- add integration script to build and compile the application in github actions.
To add more Qt module see documentation here: https://github.com/jurplel/install-qt-action