Compare commits
3 Commits
a22b1b36e2
...
164582b9e8
Author | SHA1 | Date | |
---|---|---|---|
164582b9e8 | |||
4b887f7e41 | |||
a680ad1f35 |
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@ -0,0 +1,19 @@
|
||||
language: nix
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
before_script:
|
||||
- mkdir -m 0755 -p /nix/var/nix/{profiles,gcroots}/per-user/$USER
|
||||
- mkdir -p ~/.config/nixpkgs
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- env:
|
||||
- NIXPKGS=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.09.tar.gz
|
||||
- env:
|
||||
- NIXPKGS=https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz
|
||||
|
||||
script:
|
||||
# - nix run nixpkgs.haskellPackages.hlint -c hlint src
|
||||
- nix build -I nixpkgs=$NIXPKGS -f ./release.nix xmonad-masser
|
Loading…
Reference in New Issue
Block a user