Build PP / Nightly builds

how can build in my own “PortfolioPerformance-0.65.6-setup.exe” but nightly code?

1 Like

Build with Maven, add the option -Dinstaller.skip=false

I want your support to create an .exe file for X64 Windows architecture, but using CI yml file in GitHub actions.

1 Like

Are you looking for the installer exe? Or for the PortfolioPerformance.exe?
The former is build in the Maven Build using NSIS, the latter is the launcher taken from the Eclipse framework (and is created accordingly as part of the Maven CI build).

For the NSIS build to work, you’d have to have NSIS including the AccessControl plugin installed. I do not know what GitHub actions does support there. I am building the installer only when releasing.

It may help to understand what you want to achieve in order to help you.

A few projects seem relevant:

  1. GitHub - NSIS-Dev/ci-examples: A collection of GitHub Actions to be used for NSIS workflows
  2. GitHub - kichik/nsis: ***This is just a mirror of https://sf.net/projects/nsis -- please report issues there*** NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
  3. NSIS: Nullsoft Scriptable Install System / Feature Requests / #557 make nsis available in github actions