2017-09-21 08:50:39 +00:00
|
|
|
language: nix
|
2018-02-21 00:33:17 +00:00
|
|
|
env:
|
|
|
|
NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-17.09.tar.gz"
|
|
|
|
|
2017-09-21 08:50:39 +00:00
|
|
|
script:
|
2018-02-21 00:33:17 +00:00
|
|
|
- nix-build tests/intern.nix
|
|
|
|
- nix-build tests/extern.nix
|
2017-09-21 14:34:59 +00:00
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- /nix/store
|