5 lines
88 B
YAML
5 lines
88 B
YAML
|
language: nix
|
||
|
script:
|
||
|
- nix-build tests/intern.nix
|
||
|
- nix-build tests/extern.nix
|