From d24dea3d46a727e1cd93e67458ce2768109efe0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Sun, 15 Dec 2019 04:01:10 +0100 Subject: [PATCH] README: Write about CI --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bb1b7b3..2b6cb55 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,17 @@ The **storage infrastructure** ([Cachix](https://cachix.org)) for downloading pr They are building a nix-based CI service you can safely run on your own infrastructure. _static-haskell-nix_ also uses it.
If your company or project needs that, check [**Hercules CI**](https://hercules-ci.com) out! +## Testing + +We have multiple CIs: + +* [HerculesCI](https://hercules-ci.com/github/nh2/static-haskell-nix/): Builds with pinned nixpkgs. + Publicly visible, but requires free sign-in. Click the most recent job to which 100s of binaries we build. +* [BuildKite](https://buildkite.com/nh2/static-haskell-nix/): + * Builds with pinned nixpkgs (submodule): Should always be green. + * Builds with latest nixpkgs `unstable`, daily: Shows up as **Scheduled build**. + May break when nixpkgs upstream changes. + ## Building a minimal example (don't use this in practice) `default.nix` builds an example executable (originally from https://github.com/vaibhavsagar/experiments). Run: