Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2738 - development/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: peter AT neubauer.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2738 - development/main
  • Date: Mon, 06 Jun 2005 16:18:44 -0400

Author: peter AT neubauer.se
Date: Mon Jun 6 16:18:31 2005
New Revision: 2738

Modified:
development/main/build.bat
Log:
adding ci target to build.bat


Modified: development/main/build.bat
==============================================================================
--- development/main/build.bat (original)
+++ development/main/build.bat Mon Jun 6 16:18:31 2005
@@ -16,11 +16,11 @@
REM magic build magic
REM depot build depot
REM metro build metro
-REM
+REM test build test
+REM ci builds luntbuild-clean, transit, magic, depot, metro, test

set ID=%2
set TARGET=%1
-
IF "%TARGET%" == "help" goto help

IF "%TARGET%" == "" set TARGET=all
@@ -29,6 +29,7 @@
IF "%TARGET%" == "depot" CALL :depot
IF "%TARGET%" == "metro" CALL :metro
IF "%TARGET%" == "test" CALL :test
+IF "%TARGET%" == "ci" CALL :ci
IF "%TARGET%" == "all" CALL :all
goto end

@@ -45,6 +46,21 @@
if ERRORLEVEL 1 goto fail
GOTO :EOF

+:ci
+CALL :luntbuildclean
+IF ERRORLEVEL 1 goto fail
+CALL :transit
+IF ERRORLEVEL 1 goto fail
+CALL :magic
+IF ERRORLEVEL 1 goto fail
+CALL :depot
+if ERRORLEVEL 1 goto fail
+CALL :metro
+if ERRORLEVEL 1 goto fail
+CALL :test
+if ERRORLEVEL 1 goto fail
+GOTO :EOF
+
:fail
set ID=""
GOTO :EOF
@@ -64,6 +80,10 @@
POPD
GOTO :EOF

+:luntbuildclean
+CALL ant luntbuild-clean
+GOTO :EOF
+
:magic
PUSHD magic
CALL :build clean install



  • svn commit: r2738 - development/main, peter, 06/06/2005

Archive powered by MHonArc 2.6.24.

Top of Page