tvl-depot/tools/nixery/.travis.yml
Vincent Ambo 099c99b7ad feat(build): Configure Cachix for build caching in CI
The CI setup is configured with an appropriate key to enable pushes to
the nixery.cachix.org binary cache.
2019-08-04 01:41:35 +01:00

6 lines
125 B
YAML

language: nix
before_script:
- nix-env -iA nixpkgs.cachix
- cachix use nixery
script:
- nix-build | cachix push nixery