Changeset 549


Ignore:
Timestamp:
04/30/11 16:39:55 (2 years ago)
Author:
jeremyhu@…
Message:

More tinderbox changes for static analysis

Location:
tinderbox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tinderbox/jhbuildrc.xquartz

    r548 r549  
    1717makecheck = True 
    1818 
    19 scan_build = True 
    20 scan_buildargs = '-v --use-cc=clang --use-c++=clang++' 
    21 scan_build_outputdir = os.path.join(os.environ['JHBUILDDIR'] , os.environ['ANALYZERSUBDIR']) 
     19static_analyzer = True 
     20static_analyzer_outputdir = os.path.join(os.environ['JHBUILDDIR'] , os.environ['ANALYZERSUBDIR']) 
     21static_analyzer_template = 'scan-build -v --use-cc=clang --use-c++=clang++ -o %(outputdir)s/%(module)s ' 
  • tinderbox/tinderbox_test.sh

    r548 r549  
    1 #!/bin/bash 
     1#!/bin/bash -ex 
    22# http://www.x.org/wiki/Tinderbox 
    33# Visit http://tinderbox.x.org/account/ to add more machines. 
     
    9191    /usr/bin/ssh-add "${JHBUILDDIR}/fdo.rsa" 
    9292 
    93     ssh jeremyhu@people.freedesktop.org mkdir -p w/${ANALYZERSUBDIR} && 
     93    ssh jeremyhu@people.freedesktop.org mkdir -p w/${ANALYZERSUBDIR} 
    9494    rsync --archive --force --whole-file --delete --delete-after --verbose --compress ${JHBUILDDIR}/${ANALYZERSUBDIR}/ jeremyhu@people.freedesktop.org:w/${ANALYZERSUBDIR} 
    9595 
     
    9898 
    9999#$JHBUILD clean 
    100 #$JHBUILD build --autogen --clean 
     100#$JHBUILD build --autogen --clean || true 
    101101#$JHBUILD build --autogen --clean --start-at=xserver 
    102102#$JHBUILD autobuild --autogen --verbose --report-url="${URL}" 
    103 $JHBUILD autobuild --autogen --clean --verbose --report-url="${URL}" 
     103$JHBUILD autobuild --autogen --clean --verbose --report-url="${URL}" || true 
    104104 
    105105upload_analyzer_results 
Note: See TracChangeset for help on using the changeset viewer.