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 @@ -29,6 +29,7 @@ Examples of non-Java projects:
2929 * xref:examples:miscellaneous/nim.adoc[]
3030 * xref:examples:miscellaneous/ocaml.adoc[]
3131 * xref:examples:miscellaneous/odin.adoc[]
32+ * xref:examples:miscellaneous/pascal.adoc[]
3233 * xref:examples:miscellaneous/perl.adoc[]
3334 * xref:examples:miscellaneous/rust-cross-platform.adoc[]
3435 * xref:examples:miscellaneous/swift.adoc[]
Original file line number Diff line number Diff line change 3232*** xref:miscellaneous/nim.adoc[]
3333*** xref:miscellaneous/ocaml.adoc[]
3434*** xref:miscellaneous/odin.adoc[]
35+ *** xref:miscellaneous/pascal.adoc[]
3536*** xref:miscellaneous/perl.adoc[]
3637*** xref:miscellaneous/rust-cross-platform.adoc[]
3738*** xref:miscellaneous/swift.adoc[]
Original file line number Diff line number Diff line change 1515* xref:miscellaneous/nim.adoc[]
1616* xref:miscellaneous/ocaml.adoc[]
1717* xref:miscellaneous/odin.adoc[]
18+ * xref:miscellaneous/pascal.adoc[]
1819* xref:miscellaneous/perl.adoc[]
1920* xref:miscellaneous/rust-cross-platform.adoc[]
2021* xref:miscellaneous/swift.adoc[]
Original file line number Diff line number Diff line change 1+ = Helloworld in Pascal
2+
3+ The link:https://github.com/jreleaser/helloworld-pascal[] repository shows the configuration and steps to:
4+
5+ - Compile a helloworld app for the following targets:
6+ ** `osx-aarch_64`
7+ ** `osx-x86_64`
8+ ** `linux-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