Changeset 549
- Timestamp:
- 04/30/11 16:39:55 (2 years ago)
- Location:
- tinderbox
- Files:
-
- 2 edited
-
jhbuildrc.xquartz (modified) (1 diff)
-
tinderbox_test.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tinderbox/jhbuildrc.xquartz
r548 r549 17 17 makecheck = True 18 18 19 s can_build= True20 s can_buildargs = '-v --use-cc=clang --use-c++=clang++'21 s can_build_outputdir = os.path.join(os.environ['JHBUILDDIR'] , os.environ['ANALYZERSUBDIR'])19 static_analyzer = True 20 static_analyzer_outputdir = os.path.join(os.environ['JHBUILDDIR'] , os.environ['ANALYZERSUBDIR']) 21 static_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 2 2 # http://www.x.org/wiki/Tinderbox 3 3 # Visit http://tinderbox.x.org/account/ to add more machines. … … 91 91 /usr/bin/ssh-add "${JHBUILDDIR}/fdo.rsa" 92 92 93 ssh jeremyhu@people.freedesktop.org mkdir -p w/${ANALYZERSUBDIR} &&93 ssh jeremyhu@people.freedesktop.org mkdir -p w/${ANALYZERSUBDIR} 94 94 rsync --archive --force --whole-file --delete --delete-after --verbose --compress ${JHBUILDDIR}/${ANALYZERSUBDIR}/ jeremyhu@people.freedesktop.org:w/${ANALYZERSUBDIR} 95 95 … … 98 98 99 99 #$JHBUILD clean 100 #$JHBUILD build --autogen --clean 100 #$JHBUILD build --autogen --clean || true 101 101 #$JHBUILD build --autogen --clean --start-at=xserver 102 102 #$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 104 104 105 105 upload_analyzer_results
Note: See TracChangeset
for help on using the changeset viewer.
