mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 06:10:40 +01:00
This switches our builds over to GitHub Actions! TODO: * Add macOS/amd64 native-image builds; this isn't working right now * Patch musl with security patches * Add benchmark jobs over time As part of this build, PRBs will now only run `./gradlew check` on Linux, but other jobs can be run using slash commands, e.g. `[windows]` to run `./gradle check` on Windows.
18 lines
327 B
Plaintext
18 lines
327 B
Plaintext
# linguist-generated would suppress files in diffs
|
|
**/src/test/files/** linguist-vendored
|
|
.github/workflows/* linguist-generated
|
|
|
|
/docs/** linguist-documentation
|
|
|
|
*.pcf linguist-language=Pkl
|
|
PklProject linguist-language=Pkl
|
|
|
|
* text eol=lf
|
|
*.bat text eol=crlf
|
|
|
|
*.gif binary
|
|
*.jar binary
|
|
*.woff2 binary
|
|
*.pem binary
|
|
*.png binary
|