mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
6 lines
158 B
YAML
6 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
|