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.
This commit is contained in:
Vincent Ambo 2019-12-09 10:58:09 +00:00
parent a1ac598fa0
commit e9431682b2
4 changed files with 21 additions and 26 deletions

View file

@ -6,6 +6,4 @@ before_script:
- nix-env -f '<nixpkgs>' -iA third_party.cachix
- cachix use tazjin
script:
# All of my own tools are under the top-level 'tazjin' attribute
# set, this command will build all of them.
- nix-build -A ciProjects | cachix push tazjin
- nix-build ci-builds.nix | cachix push tazjin