From owner-freebsd-testing@FreeBSD.ORG Tue Feb 10 21:00:11 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25CDE9A; Tue, 10 Feb 2015 21:00:11 +0000 (UTC) Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com [IPv6:2a00:1450:4010:c04::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 99DEA7BA; Tue, 10 Feb 2015 21:00:10 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id w7so17673863lbi.9; Tue, 10 Feb 2015 13:00:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=Cw97CE40/qVVc5yGPzQ7Eg9SODH2TBEzg/9NVEECgLY=; b=A8Nj1f7p1CDXbYCovCP5pD5LEerU+hxGN9ZuZu9kC3JI5jNvzRsGsK1M0Rej4T9UFp 9oSlMfb7yIoNk5JMNHTF9PsfX3jRaO5nRif6qTEx+MM5gg6dHBjB2qAQ4ioZpzJpIRk/ 1BEpeTgdHW1ipvdWsvZiWP+IMx3LKPL9wsSXUpBqQ+EjTySFRWtbrfFzru3/Xmab4H4S 6XgSxlpQGFTHv2ekIUJ3hXI/CVh6M92AFNuStqQddGItgKxC/qd/aIOf5wX3A/Qx689r v8Hi4BYb1vlaDEVUrFELjBZYDBPlrhVl+FL6ACvPB1fy+vL03iwfGn4gHeTgjysasbtx lwPw== MIME-Version: 1.0 X-Received: by 10.152.1.170 with SMTP id 10mr6061239lan.89.1423602008278; Tue, 10 Feb 2015 13:00:08 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.28.40 with HTTP; Tue, 10 Feb 2015 13:00:08 -0800 (PST) Date: Tue, 10 Feb 2015 13:00:08 -0800 X-Google-Sender-Auth: CJ1zjS4Om0oJB-PoSxb8WQlEbMc Message-ID: Subject: scan-build and Jenkins From: Craig Rodrigues To: Li-Wen Hsu Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 21:00:11 -0000 Li-Wen, Can you provide the steps you did to create a clang scan-build setup under FreeBSD? I'm interested in what you did, in order to set that up for a project at work. I noticed that there is a scan-build Jenkins plugin: https://wiki.jenkins-ci.org/display/JENKINS/Clang+Scan-Build+Plugin Right now it only supports Xcode, but someone has submitted a github PR to support the scan-build command-line ( https://github.com/jenkinsci/clang-scanbuild-plugin/pull/2 ). That plugin doesn't look actively maintained, but it might be nice to fix it up and use it. -- Craig