EnterpriseDB / edb-installers

PostgreSQL installers packaged by EDB
22 stars 7 forks source link

Make changes to windows build environment to suit GitHub Actions. #129

Closed Manika-EDB closed 1 month ago

Manika-EDB commented 1 month ago

Historically, the build-windows-x64.sh script was responsible to prepare the build environment, to compile the source code and to generate the BitRock based installer. This is now changed to using GitHub Actions based workflow and the supporting powershell scripts. The workflow resides in a separate repository whereas the build scripts and installer code resides in this repository.

Summary of the Changes:

DBP-858, Manika Singhal, --Tested by Manika Singhal --Reviewed by Sandeep Thakkar, Srinu Perabattula and Kritika Agarwal