summaryrefslogtreecommitdiffstats
path: root/.hydra
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2020-05-05 21:03:10 +0200
committerAntoine Eiche <lewo@abesis.fr>2020-05-05 21:03:10 +0200
commitac0f5c118f9a92edf30e8a1d899e17f78a8c1858 (patch)
tree0cec9c79c6f35b82f8195d2213f105d647714e37 /.hydra
parent899d68ac7ab8580ff0ca05860bf81381ae172ae3 (diff)
ci: build the branch 19.09
Diffstat (limited to '.hydra')
-rw-r--r--.hydra/declarative-jobsets.nix20
1 files changed, 20 insertions, 0 deletions
diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix
index 31dd673..c573db9 100644
--- a/.hydra/declarative-jobsets.nix
+++ b/.hydra/declarative-jobsets.nix
@@ -47,6 +47,26 @@ let
};
};
};
+ "nixos-19.09" = {
+ description = "Build the nixos-19.09 branch of Simple NixOS MailServer";
+ checkinterval = "60";
+ enabled = "1";
+ nixexprinput = "snm";
+ nixexprpath = ".hydra/default.nix";
+ schedulingshares = 100;
+ enableemail = false;
+ emailoverride = "";
+ keepnr = 3;
+ hidden = false;
+ type = 0;
+ inputs = {
+ snm = {
+ value = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-19.09";
+ type = "git";
+ emailresponsible = false;
+ };
+ };
+ };
};
in {