jubnzv / iec-checker

Static analysis of IEC 61131-3 programs
GNU Lesser General Public License v3.0
64 stars 12 forks source link

Automate release generation in CI #14

Open jubnzv opened 2 years ago

jubnzv commented 2 years ago

We should use automated release generation for the project for Linux and Windows.

The most challenging step here is Windows support. Currently, I use a Cygwin-based OCaml environment, that contains opam packages built with MinGW to build the Windows release manually. Probably, we should find another way to build the project on Windows that could be integrated in the CI.