summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 0a2cb4b084e8cd1438716aa68df1a87ff23384f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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