Skip to content

Commit

Permalink
README: Write about CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Dec 15, 2019
1 parent 58a791a commit d24dea3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br />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:
Expand Down

0 comments on commit d24dea3

Please sign in to comment.