blob: 32892e44cceae7a3ccf5cd2685d1d5bcaa652bbb [file] [log] [blame]
#!/bin/bash
SKIPFEATURE=false
SKIPPRODUCT=false
RUNTESTS=true
# Build parameters that should be set when running the build manually from command line
# and not from continuous integration.
# Path to Java JRE
JAVA_HOME=/opt/buildtools/java/sun/1.6.0_25
# Path to an Eclipse SDK installation
ECLIPSE_HOME=/opt/buildtools/eclipse/eclipse3620
# Major Version - the release train the build comes from, eg: X.Y.Z
MAJOR_VERSION=1.2.1
# Type of build
# Examples:
# * nightly - auto-generated builds that happen every night
# * integration - weekly or more often builds that are semi-stable
# * stable - stable non-release builds, generally milestones or release candidates
# * release - official stable releases
BUILD_TYPE=nightly
# The version qualifier for stable builds. Examples are M1, M2, RC1, RC2, etc
VERSION_QUALIFIER=
# Whether to publish this build to Eclipse (true) or not (false).
PUBLISH_BUILD=false
PUBLISH_DIR=/opt/stem/builds
source build.sh