Skip to content

Commit 58569d1

Browse files
committed
Add Pascal example
1 parent 9b37f31 commit 58569d1

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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[]

docs/modules/examples/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
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[]

docs/modules/examples/pages/miscellaneous/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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[]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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].

0 commit comments

Comments
 (0)