5 lines
158 B
YAML
5 lines
158 B
YAML
language: nix
|
|
script:
|
|
- git clone --depth 1 https://github.com/NixOS/nixpkgs ../nixpkgs
|
|
- nix-build tests/intern.nix
|
|
- nix-build tests/extern.nix
|