hydra-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: adding build products


From: Rob Vermaas
Subject: Re: adding build products
Date: Sat, 2 Aug 2014 11:33:32 +0200

Hi Glenn,

Indeed you will need to make all build outputs explicit, as we don't support 
wildcards.

Cheers, Rob

Sent from my iPhone

> On 2 aug. 2014, at 11:14, Glenn Morris <address@hidden> wrote:
> 
> 
> Hi,
> 
> I want to make the test log files that `make check' generates for the
> Emacs coverage jobs available as build products, in the same way that
> the "code coverage analysis report" is.
> 
> So I added to the coverage job:
> 
>   checkPhase = ''
>     make check 
>     ensureDir "$out/nix-support"         
>     echo "report test-output" "$out/test/automated/"*.log >> 
> "$out/nix-support/hydra-build-products"
>   '';
> 
> but nothing seems to have happened...
> 
> Should I use an explicit for-loop instead?
> (I assumed that wildcards worked based on the top-level release.nix
> file's line that uses "$iso/iso/"*.iso*.)
> 
> Is the subtype wrong? I can't find the allowed values documented anywhere.
> 
> Something else?
> 
> TIA.
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]