diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml new file mode 100644 index 0000000..b1f338d --- /dev/null +++ b/.buildkite/pipeline.yml @@ -0,0 +1,2 @@ +steps: + - command: zig build diff --git a/README.adoc b/README.adoc index 171c62d..fc0ca7f 100644 --- a/README.adoc +++ b/README.adoc @@ -4,4 +4,4 @@ HAL and register definitions for the RP2040. == What version of Zig to use -Right now we are following [master](https://ziglang.org/download/), but once 0.11.0 is released, we will be switching to the latest stable version of Zig. +Right now we are following https://ziglang.org/download/[master], but once 0.11.0 is released, we will be switching to the latest stable version of Zig.