Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-09 | r/111 refactor: Move CI setup to separate Nix file | Vincent Ambo | 1 | -3/+1 | |
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 | r/109 fix(build): Install cachix from third_party | Vincent Ambo | 1 | -1/+1 | |
2019-09-22 | r/90 refactor(build): Only build projects explicitly set as CI projects | Vincent Ambo | 1 | -1/+1 | |
2019-09-02 | chore: Pin Nix version in Travis builds | Vincent Ambo | 1 | -0/+1 | |
There are some unexpected cache misses in the Travis builds and I suspect this might be due to mismatching Nix versions. | |||||
2019-09-02 | feat: Add Travis CI configuration | Vincent Ambo | 1 | -0/+10 | |
Adds a configuration that builds all of my own services and pushes the resulting closures to Cachix. |