AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.11k stars 472 forks source link

Add github workflow to build Windows (64bit) binary #237

Closed milkpirate closed 2 years ago

milkpirate commented 2 years ago

Description of your changes

To make git-crypt easier to use on Windows I added a workflow which builds the Win64 binary via MSYS in the CI. To do so I:

How has this code been tested?

Tasks to do

milkpirate commented 2 years ago

Close PR in favour of https://github.com/AGWA/git-crypt/pull/227