nixos-mailserver/.gitlab-ci.yml
2022-02-25 09:24:52 +01:00

14 lines
496 B
YAML

hydra-pr:
only:
- merge_requests
image: nixos/nix
script:
- nix --extra-experimental-features nix-command run -f channel:nixos-unstable hydra-cli -- -H https://hydra.nix-community.org jobset-wait simple-nixos-mailserver ${CI_MERGE_REQUEST_IID}
hydra-master:
only:
- master
image: nixos/nix
script:
- nix --extra-experimental-features nix-command run -f channel:nixos-unstable hydra-cli -- -H https://hydra.nix-community.org jobset-wait simple-nixos-mailserver master