File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Examples of non-Java projects:
2424 * xref:examples:miscellaneous/elixir.adoc[]
2525 * xref:examples:miscellaneous/go.adoc[]
2626 * xref:examples:miscellaneous/haskell.adoc[]
27+ * xref:examples:miscellaneous/nim.adoc[]
2728 * xref:examples:miscellaneous/perl.adoc[]
2829 * xref:examples:miscellaneous/rust-cross-platform.adoc[]
2930 * xref:examples:miscellaneous/swift.adoc[]
Original file line number Diff line number Diff line change 2727*** xref:miscellaneous/elixir.adoc[]
2828*** xref:miscellaneous/go.adoc[]
2929*** xref:miscellaneous/haskell.adoc[]
30+ *** xref:miscellaneous/nim.adoc[]
3031*** xref:miscellaneous/perl.adoc[]
3132*** xref:miscellaneous/rust-cross-platform.adoc[]
3233*** xref:miscellaneous/swift.adoc[]
Original file line number Diff line number Diff line change 1010* xref:miscellaneous/elixir.adoc[]
1111* xref:miscellaneous/go.adoc[]
1212* xref:miscellaneous/haskell.adoc[]
13+ * xref:miscellaneous/nim.adoc[]
1314* xref:miscellaneous/perl.adoc[]
1415* xref:miscellaneous/rust-cross-platform.adoc[]
1516* xref:miscellaneous/swift.adoc[]
Original file line number Diff line number Diff line change 1+ = Helloworld in Nim
2+
3+ The link:https://github.com/jreleaser/helloworld-nim[] repository shows the configuration and steps to:
4+
5+ - Compile a helloworld app for the following targets:
6+ ** `linux-x86_64`
7+ ** `osx-x86_64`
8+ ** `windows-x86_64`
9+ - Assemble zip distributions with JReleaser
10+ - Create rolling early-access releases with JReleaser on every push to `main` branch
11+
12+ IMPORTANT: JReleaser requires 2 additional inputs that may be set as environment variables, `JRELEASER_PROJECT_VERSION` and `JRELEASER_GITHUB_TOKEN`.
13+ More information about environment variable configuration may be found xref:reference:environment.adoc[here].
You can’t perform that action at this time.
0 commit comments