Travis and Appveyor deployment
-
I would like to share the code to make my deployment automatic from github using travis (linux) and appveyor (windows)
You can check the code on githubTravis example
https://github.com/labsquare/fastQt/blob/master/.travis.yml
You need to have "make install" avaible with icon and desktop file.- Compile KArchive to have zip support
- Compile my Qt apps
- Deploy my Qt apps as an AppImage
- Send the AppImage to transfer.sh
Appveyor example
https://github.com/labsquare/fastQt/blob/master/.appveyor.yml
Karchive has been already compiled. the following code copy dll to the inno setup- Compile my Qt apps
- Create an inno setup