Skip to content

HemjalCF/qt_cpp_ci_cd_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qt_cpp_ci_cd_test

Testing c++ (cpp) app using github actions

Continuous integration for a c++ application using Qt GitHub Action

qt_cpp_ci_cid_test_project

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

About

Testing c++ (cpp) app using github actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published