Travis build
This commit is contained in:
parent
5727ea5574
commit
26af45713c
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
language: nix
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
before_script:
|
||||
- mkdir -m 0755 -p /nix/var/nix/{profiles,gcroots}/per-user/$USER
|
||||
- mkdir -p ~/.config/nixpkgs
|
||||
|
||||
script:
|
||||
- nix build -f release.nix backend
|
||||
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- nix
|
Loading…
Reference in New Issue
Block a user