@cryptotaxi247 / infra / commits / 2ba4fad3

Added Lutin and prolog-tools.

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

Karl Trygve Kalleberg committed Feb 5, 2009 at 11:16 UTC 2ba4fad3a1e797a80799736db2598c2594a17392
1 file changed +11 -1
buildfarm/strategoxt/jobs.nix
+11 -1
@@ -15,6 +15,11 @@ with (import ./jobs-helpers.nix) attrs;
15 makeInfoURL = makeInfoURL.usingBaseline;
16 };
17
18 + prologToolsTrunk = makeEasyJob {
19 + spec = specs.prologTools;
20 + makeInfoURL = makeInfoURL.usingBaseline;
21 + };
22 +
23 asterTrunk = makeEasyJob {
24 spec = specs.aster;
25 makeInfoURL = makeInfoURL.usingBaseline;
@@ -70,6 +75,11 @@ with (import ./jobs-helpers.nix) attrs;
75 makeInfoURL = makeInfoURL.usingBaseline;
76 };
77
78 + lutinTrunk = makeEasyJob {
79 + spec = specs.lutin;
80 + makeInfoURL = makeInfoURL.usingBaseline;
81 + };
82 +
83 magnoliaTrunk = makeEasyJob {
84 spec = specs.magnolia;
85 makeInfoURL = makeInfoURL.usingBaseline;
@@ -459,4 +469,4 @@ with (import ./jobs-helpers.nix) attrs;
469 notifyAddresses = ["martin.bravenboer@gmail.com"];
470 jobAttr = "javaFrontSyntaxUnstable";
471 };
462 -*/
\ No newline at end of file
472 +*/