Displaying 3 results from an estimated 3 matches for "noremoveresults".
2008 Jul 21
4
[LLVMdev] nightly tester setup
...he meat of my nightly script, run from cron:
export BUILDDIR=$HOME/llvm-test
export WEBDIR=$HOME/llvm-test-results
export LLVMGCCDIR=$HOME/llvm-gcc/install
cd -- "$HOME"
mkdir -p -- "$WEBDIR"
cd llvm
utils/NewNightlyTest.pl -release -parallel -noexternals
-noremoveresults -nickname martini
where $HOME/llvm is an LLVM checkout that I keep up to date manually. I
also have llvm-gcc installed on the same system in /usr/local/bin/.
Could anyone who has the nightly tester set up properly please comment
on what my problem might be, or what I could try to fix it?
Thank...
2008 Jul 21
0
[LLVMdev] nightly tester setup
...om cron:
>
> export BUILDDIR=$HOME/llvm-test
> export WEBDIR=$HOME/llvm-test-results
> export LLVMGCCDIR=$HOME/llvm-gcc/install
> cd -- "$HOME"
> mkdir -p -- "$WEBDIR"
> cd llvm
> utils/NewNightlyTest.pl -release -parallel -noexternals
> -noremoveresults -nickname martini
>
> where $HOME/llvm is an LLVM checkout that I keep up to date
> manually. I
> also have llvm-gcc installed on the same system in /usr/local/bin/.
>
> Could anyone who has the nightly tester set up properly please comment
> on what my problem might be, or w...
2008 Jul 25
0
[LLVMdev] nightly tester setup
...;>> export WEBDIR=$HOME/llvm-test-results
>>> export LLVMGCCDIR=$HOME/llvm-gcc/install
>>> cd -- "$HOME"
>>> mkdir -p -- "$WEBDIR"
>>> cd llvm
>>> utils/NewNightlyTest.pl -release -parallel -noexternals
>>> -noremoveresults -nickname martini
>>>
>>> where $HOME/llvm is an LLVM checkout that I keep up to date
>>> manually. I
>>> also have llvm-gcc installed on the same system in /usr/local/bin/.
>>>
>>> Could anyone who has the nightly tester set up properly pleas...