misc_nixos-mailserver/.gitlab-ci.yml

14 lines
685 B
YAML
Raw Normal View History

2020-04-19 12:48:01 +00:00
hydra-pr:
2020-04-19 12:14:50 +00:00
only:
- merge_requests
2018-11-10 12:35:09 +00:00
image: nixos/nix
script:
- nix run -f channel:nixos-unstable hydra-cli -c hydra-cli -H https://hydra.nix-community.org jobset-wait simple-nixos-mailserver ${CI_MERGE_REQUEST_IID} || (echo Go to https://hydra.nix-community.org/jobset/simple-nixos-mailserver/${CI_MERGE_REQUEST_IID}/latest-eval for details; exit 1)
2020-04-19 12:48:01 +00:00
hydra-master:
only:
- master
image: nixos/nix
script:
- nix run -f channel:nixos-unstable hydra-cli -c hydra-cli -H https://hydra.nix-community.org jobset-wait simple-nixos-mailserver master || (echo Go to https://hydra.nix-community.org/jobset/simple-nixos-mailserver/master/latest-eval for details; exit 1)