diff --git a/DEVELOPMENT.adoc b/DEVELOPMENT.adoc index 792b05c8..0062a780 100644 --- a/DEVELOPMENT.adoc +++ b/DEVELOPMENT.adoc @@ -69,6 +69,7 @@ based on version information from https://search.maven.org, https://plugins.grad ** Output dir is `generated/antlr/` == Resources +For automated build setup examples see our https://github.com/apple/pkl/blob/main/.circleci/[CircleCI] jobs like our https://github.com/apple/pkl/blob/main/.circleci/jobs/BuildNativeJob.pkl[BuildNativeJob.pkl], where we build Pkl automatically. === ANTLR diff --git a/README.adoc b/README.adoc index adfd46c4..6ec894a1 100644 --- a/README.adoc +++ b/README.adoc @@ -11,6 +11,8 @@ :uri-pkl-examples: https://pkl-lang.org/main/current/examples.html :uri-installation: https://pkl-lang.org/main/current/pkl-cli/index.html#installation :uri-lang-reference: https://pkl-lang.org/main/current/language-reference/index.html +:uri-ci-artifacts: https://s01.oss.sonatype.org/content/groups/public/org/pkl-lang/ +:uri-ci-pipeline: https://app.circleci.com/pipelines/github/apple/pkl A configuration as code language with rich validation and tooling. @@ -34,3 +36,8 @@ We'd love to hear from you! * Create an {uri-github-issue}[issue] * Ask a question on {uri-github-discussions}[GitHub Discussions] + +== Development image:https://circleci.com/gh/apple/pkl.svg?style=svg["Apple", link="https://app.circleci.com/pipelines/github/apple/pkl"] +* link:CONTRIBUTING.adoc[] for tips on pull requests and filing issues +* link:DEVELOPMENT.adoc[] for build instructions +* {uri-ci-artifacts}[Sonatype Repository] for the artifacts/binaries built by our {uri-ci-pipeline}[CI pipelines] (and those of our other tools and packages repositories).