head	1.4;
access;
symbols
	First_releng:1.3;
locks; strict;
comment	@# @;
expand	@o@;


1.4
date	2003.09.02.02.44.37;	author dschaefer;	state dead;
branches;
next	1.3;

1.3
date	2003.07.24.20.27.32;	author dschaefer;	state Exp;
branches;
next	1.2;

1.2
date	2003.07.16.19.42.25;	author dschaefer;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.16.19.41.52;	author dschaefer;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Deleted the old build system that wasn't working so well.
@
text
@#
# The main build script
# - The assumption is that the scripts start off in the root directory
# of the eclipse install doing the build
#

if [ -n "$CDT_ROOT" ]; then cd $CDT_ROOT; fi

for i in dobuild doinstall dotests dopost
do
	if ! workspace/org.eclipse.cdt.releng/$i
	then
		echo $i failed
		exit 1
	fi
done
@


1.3
log
@Added automatic upload of the test result reports.
@
text
@@


1.2
log
@*** keyword substitution change ***
@
text
@d9 1
a9 1
for i in dobuild doinstall dotest
d11 1
a11 1
	if ! $i
@


1.1
log
@- Initial contribution of the nightly build framework.
@
text
@d1 16
a16 16
#
# The main build script
# - The assumption is that the scripts start off in the root directory
# of the eclipse install doing the build
#

if [ -n "$CDT_ROOT" ]; then cd $CDT_ROOT; fi

for i in dobuild doinstall dotest
do
	if ! $i
	then
		echo $i failed
		exit 1
	fi
done
@

