Vincent Ambo
e9431682b2
refactor: Move CI setup to separate Nix file
...
Instead of polluting the repository namespace with the list of CI
projects, move that to a separate file.
Currently the list of projects to be built by CI is still hardcoded,
but this will be fixed soon.
2019-12-09 10:58:09 +00:00
Vincent Ambo
b554b6274b
fix(build): Install cachix from third_party
2019-12-09 03:46:19 +00:00
Vincent Ambo
d290684669
refactor(build): Only build projects explicitly set as CI projects
2019-09-22 17:21:35 +01:00
Vincent Ambo
8ae6cb2b95
chore: Pin Nix version in Travis builds
...
There are some unexpected cache misses in the Travis builds and I
suspect this might be due to mismatching Nix versions.
2019-09-02 21:58:39 +01:00
Vincent Ambo
6472b2645c
feat: Add Travis CI configuration
...
Adds a configuration that builds all of my own services and pushes the
resulting closures to Cachix.
2019-09-02 16:38:59 +01:00