Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.67 KB

README.md

File metadata and controls

31 lines (23 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

Here is an example solution for this task: