OlivierLDff / QtIosCMake

📱 Deploy Qt Application for iOS with a single macro when using CMake.
BSD 3-Clause "New" or "Revised" License
58 stars 15 forks source link

Add Unit Test #24

Open OlivierLDff opened 2 years ago

OlivierLDff commented 2 years ago

Right now, script need to be tested on real project to see if it still work at each PR. That would be nice to have some automated testing on a sample project. (For example https://github.com/OlivierLDff/QQuickStaticHelloWorld) This would also give an example of how to setup github action to build & deploy an app.