Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.67 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.67 KB

Task 6

Your team realized that they spend a lot of time building apps for releases and in many cases there is something to fix on one or the other platform. Now they would like to build the application as part of the pipeline. The application is a multi-platform application, that should run on Linux, Windows and Mac.

Definition of done

  • The build is only triggered on new tag with that fulfills the pattern desktop-app-**
  • The application is built for windows and linux (you can add MacOS when using public repository)
  • After the build new release is created on Github
  • The release includes zipped builds for every platform

Hints & help

Those hints will help you start
In case you are stuck, you can use the resources listed below. Try to first look yourself. The resources are listed in the order from minimal to full help
  1. Branch with ready solution