Helloworld in OCaml
The https://github.com/jreleaser/helloworld-ocaml repository shows the configuration and steps to:
- 
Compile a helloworld app for the following 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 mainbranch
| JReleaser requires 2 additional inputs that may be set as environment variables, JRELEASER_PROJECT_VERSIONandJRELEASER_GITHUB_TOKEN.
More information about environment variable configuration may be found here. |