@cryptotaxi247 / infra / commits / 7b249597

Add Magnolia.

svn path=/configurations/trunk/tud/; revision=13759

Valentin David committed Jan 13, 2009 at 14:28 UTC 7b249597b43945a976003dc8329aaecaa64ab5ae
1 file changed +5
buildfarm/strategoxt/jobs.nix
+5
@@ -70,6 +70,11 @@ with (import ./jobs-helpers.nix) attrs;
70 makeInfoURL = makeInfoURL.usingBaseline;
71 };
72
73 + magnoliaTrunk = makeEasyJob {
74 + spec = specs.magnolia;
75 + makeInfoURL = makeInfoURL.usingBaseline;
76 + };
77 +
78 strategoxtUtilsTrunk = makeEasyJob {
79 spec = specs.strategoxtUtils;
80 makeInfoURL = makeInfoURL.usingBaseline;