summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 6c386e42ecd69b1d30a10a4fea001a6b904c9e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
hydra-pr:
  only:
    - merge_requests
  image: nixos/nix
  script:
    - nix 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 run -f channel:nixos-unstable hydra-cli -- -H https://hydra.nix-community.org jobset-wait simple-nixos-mailserver master