2017-09-21 13:50:39 +05:00
|
|
|
language: nix
|
|
|
|
script:
|
2018-02-18 04:55:49 +05:00
|
|
|
- NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-17.09.tar.gz" nix-build tests/intern.nix
|
|
|
|
- NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-17.09.tar.gz" nix-build tests/extern.nix
|
|
|
|
- NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz" nix-build tests/intern.nix
|
|
|
|
- NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz" nix-build tests/extern.nix
|
2017-09-21 19:34:59 +05:00
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- /nix/store
|
2018-02-20 03:44:55 +05:00
|
|
|
timeout: 600
|