@cryptotaxi247 / infra / commits / 6ad52cae

Add job: strategoxt-fix-compilation branch.

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

Nicolas Pierron committed Aug 1, 2008 at 14:14 UTC 6ad52cae42276b2787543bba74d78ddfd2976b71
1 file changed +21
buildfarm/strategoxt/jobs.nix
+21
@@ -417,6 +417,27 @@ with (import ./jobs-helpers.nix) attrs;
417 };
418
419
420 + strategoxtBootstrapBranch = makeJob {
421 + args =
422 + strategoxtArgs {
423 + jobFile = "strategoxt/strategoxt-ng.nix";
424 + jobAttr = "release";
425 + subdir = "strategoxt-bootstrap";
426 + };
427 +
428 + inputs = rec {
429 + strategoxtCheckout = svnInput (builtins.getAttr packagePath.path specs easy.fakePkgs).svn.trunk;
430 + systems = pathInput ./systems.nix;
431 + atermInfo = makeInfoURL.usingBaseline specs.aterm;
432 + sdf2BundleInfo = makeInfoURL.usingBaseline specs.sdf2Bundle;
433 + strategoxtBaselineTarball = urlInput baseline.strategoxtBootstrap;
434 + packagePath = { path = "strategoxtBootstrap"; };
435 + };
436 +
437 + notifyAddresses = ["nicolas.b.pierron@gmail.com"];
438 + };
439 +
440 +
441 }
442
443