mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
travis: also evaluate nixpkgs-unstable
This commit is contained in:
parent
928779a745
commit
63d930878b
@ -4,7 +4,7 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
sudo: false
|
sudo: false
|
||||||
script:
|
script:
|
||||||
- ./maintainers/scripts/travis-nox-review-pr.sh nixpkgs-verify nixpkgs-manual nixpkgs-tarball
|
- ./maintainers/scripts/travis-nox-review-pr.sh nixpkgs-verify nixpkgs-manual nixpkgs-tarball nixpkgs-unstable
|
||||||
- ./maintainers/scripts/travis-nox-review-pr.sh nixos-options nixos-manual
|
- ./maintainers/scripts/travis-nox-review-pr.sh nixos-options nixos-manual
|
||||||
- os: linux
|
- os: linux
|
||||||
sudo: required
|
sudo: required
|
||||||
|
@ -38,6 +38,12 @@ while test -n "$1"; do
|
|||||||
nix-build $TRAVIS_BUILD_DIR/pkgs/top-level/release.nix --attr tarball --show-trace
|
nix-build $TRAVIS_BUILD_DIR/pkgs/top-level/release.nix --attr tarball --show-trace
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
nixpkgs-unstable)
|
||||||
|
echo "=== Checking nixpkgs unstable job"
|
||||||
|
|
||||||
|
nix-instantiate $TRAVIS_BUILD_DIR/pkgs/top-level/release.nix --attr unstable --show-trace
|
||||||
|
;;
|
||||||
|
|
||||||
nixpkgs-lint)
|
nixpkgs-lint)
|
||||||
echo "=== Checking nixpkgs lint"
|
echo "=== Checking nixpkgs lint"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user