summaryrefslogtreecommitdiffstats
path: root/.hydra
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2020-05-22 15:02:06 +0200
committerAntoine Eiche <lewo@abesis.fr>2020-05-24 20:41:03 +0200
commite1b0bb42b429fc1f04c93481a4c424ee463e0d6c (patch)
treed174097f70dc95d992033218e1d6f7a3d7d2c7ba /.hydra
parent54ecf17810da5f9c3722d3b0ccf0d026f51f4a7f (diff)
ci: add 20.03 jobset
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 c573db9..3749d04 100644
--- a/.hydra/declarative-jobsets.nix
+++ b/.hydra/declarative-jobsets.nix
@@ -47,6 +47,26 @@ let
};
};
};
+ "nixos-20.03" = {
+ description = "Build the nixos-20.03 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-20.03";
+ type = "git";
+ emailresponsible = false;
+ };
+ };
+ };
"nixos-19.09" = {
description = "Build the nixos-19.09 branch of Simple NixOS MailServer";
checkinterval = "60";