From hise-commits-return-123-apmail-incubator-hise-commits-archive=incubator.apache.org@incubator.apache.org Sat Jul 10 11:41:02 2010 Return-Path: Delivered-To: apmail-incubator-hise-commits-archive@minotaur.apache.org Received: (qmail 7148 invoked from network); 10 Jul 2010 11:41:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jul 2010 11:41:02 -0000 Received: (qmail 89222 invoked by uid 500); 10 Jul 2010 11:41:02 -0000 Delivered-To: apmail-incubator-hise-commits-archive@incubator.apache.org Received: (qmail 89204 invoked by uid 500); 10 Jul 2010 11:41:01 -0000 Mailing-List: contact hise-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hise-dev@incubator.apache.org Delivered-To: mailing list hise-commits@incubator.apache.org Received: (qmail 89197 invoked by uid 99); 10 Jul 2010 11:41:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jul 2010 11:41:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jul 2010 11:40:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F240D23889BB; Sat, 10 Jul 2010 11:39:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r962813 - /incubator/hise/trunk/ci-build.sh Date: Sat, 10 Jul 2010 11:39:34 -0000 To: hise-commits@incubator.apache.org From: rr@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100710113934.F240D23889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rr Date: Sat Jul 10 11:39:34 2010 New Revision: 962813 URL: http://svn.apache.org/viewvc?rev=962813&view=rev Log: Added ci-build script Added: incubator/hise/trunk/ci-build.sh (with props) Added: incubator/hise/trunk/ci-build.sh URL: http://svn.apache.org/viewvc/incubator/hise/trunk/ci-build.sh?rev=962813&view=auto ============================================================================== --- incubator/hise/trunk/ci-build.sh (added) +++ incubator/hise/trunk/ci-build.sh Sat Jul 10 11:39:34 2010 @@ -0,0 +1,20 @@ +#!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +set -e +mvn clean install +(cd itest; ./itest) Propchange: incubator/hise/trunk/ci-build.sh ------------------------------------------------------------------------------ svn:executable = *