Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 963 Bytes

README.adoc

File metadata and controls

28 lines (22 loc) · 963 Bytes

Helloworld in OCaml

This repository shows how to configure GitHub Actions and JReleaser to:

  • compile a helloworld app for the followign targets:

    • osx-aarch_64

    • osx-x86_64

    • linux-x86_64

  • assemble zip distributions with JReleaser

  • create rolling early-access releases with JReleaser on every push to main branch

Commands

$ jreleaser assemble
$ jreleaser release
JReleaser requires 2 additional inputs that may be set as environment variables, JRELEASER_PROJECT_VERSION and JRELEASER_GITHUB_TOKEN. More information about environment variable configuration may be found in the guide.