Added spoofax editor to tud buildfarm
svn path=/configurations/trunk/tud/; revision=8313
Martin Bravenboer committed
Mar 17, 2007 at 12:26 UTC
75d4a77dbc8682b7ace0695822ec0162354304d1
1 file changed
+19
supervisor/jobs.conf
+19
@@ -368,6 +368,25 @@
368
<secrets>${strategoxtPassword}</secrets>
369
</job>
370
371
+ <!-- Spoofax -->
372
+
373
+ <job id='spoofax-trunk'>
374
+ <input id='job' type='svn' url='${jobBaseline}' />
375
+ <input id='nixpkgs' type='svn' url='${nixpkgsBaseline}' />
376
+ <input id='feature' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax-feature' />
377
+ <input id='editor' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.editor' />
378
+ <input id='relengbuilder' type='svn' url='https://svn.cs.uu.nl:12443/repos/StrategoXT/spoofax/trunk/spoofax/org.spoofax.releng.builder' />
379
+ <job-script>${defaultJobScript}</job-script>
380
+ <arg>./jobs/spoofax/default.nix</arg>
381
+ <arg>headRelease</arg>
382
+ <arg>${strategoDistDir}</arg>
383
+ <arg>${cacheDir}</arg>
384
+ <arg></arg>
385
+ <notify-address>karltk@cs.uu.nl</notify-address>
386
+ <notify-address>martin@cs.uu.nl</notify-address>
387
+ <secrets>${strategoPassword}</secrets>
388
+ </job>
389
+
390
<!-- Meta-Environment -->
391
392
<job id='meta-build-env-trunk'>