2019-03-21 22:09:24 +02:00
|
|
|
language: nix
|
|
|
|
|
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- mkdir -m 0755 -p /nix/var/nix/{profiles,gcroots}/per-user/$USER
|
|
|
|
- mkdir -p ~/.config/nixpkgs
|
|
|
|
|
2019-03-21 22:12:47 +02:00
|
|
|
matrix:
|
|
|
|
include:
|
2019-03-21 22:14:07 +02:00
|
|
|
- env:
|
2020-02-03 09:54:07 +02:00
|
|
|
- VERSION=19.09
|
2019-03-21 22:27:26 +02:00
|
|
|
- env:
|
2020-02-03 09:54:07 +02:00
|
|
|
- VERSION=unstable
|
2019-03-21 22:12:47 +02:00
|
|
|
|
2019-03-21 22:09:24 +02:00
|
|
|
script:
|
2019-03-21 22:26:47 +02:00
|
|
|
- nix run nixpkgs.haskellPackages.hlint -c hlint src
|
2020-02-03 09:54:07 +02:00
|
|
|
- nix build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-$VERSION.tar.gz -f ./release.nix xmonad-masser
|