petertrr / kotlin-multiplatform-diff

Multiplaform kotlin library for calculating text differences. Based on java-diff-utils, supports JVM, JS and native targets.
Apache License 2.0
74 stars 5 forks source link

Build all artifacts in a single MacOS environment #116

Open petertrr opened 3 weeks ago

petertrr commented 3 weeks ago

Thanks for the cross-compilation support, it is possible to build artifacts for all the required platforms from a MacOS machine. This should be used for the release workflow. For the regular CI workflow, a Linux machine should be kept.

As a side task, automatic creation of a Github release should be made optional. Github supports creation of a tag and a release from the Web UI, which is oftentimes more convenient than manual creation of a tag from git.