ci: test against stable and unstable channels

This commit is contained in:
Ruben Maher 2018-02-18 10:25:49 +10:30
parent 49951d6ac4
commit ef11f689ef

View File

@ -1,7 +1,9 @@
language: nix language: nix
script: script:
- nix-build tests/intern.nix - NIX_PATH="nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-17.09.tar.gz" nix-build tests/intern.nix
- nix-build tests/extern.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
cache: cache:
directories: directories: