aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-05-22 12:27:22 +0200
committerLukas Larsson <[email protected]>2018-05-22 12:27:22 +0200
commit26acf6e6abd3112f2a984f85dc627594a214073b (patch)
tree7bf5ea44667ea0cdf484df94f14260006720d14c /scripts
parenta23181ebd9b081c267542983f3178814433d6450 (diff)
parent61d12b823a232d0f4c27c006b8111faf46c75d5d (diff)
downloadotp-26acf6e6abd3112f2a984f85dc627594a214073b.tar.gz
otp-26acf6e6abd3112f2a984f85dc627594a214073b.tar.bz2
otp-26acf6e6abd3112f2a984f85dc627594a214073b.zip
Merge branch 'lukas/travis-do-release'
* lukas/travis-do-release: travis: Do release when building 32-bit
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-otp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build-otp b/scripts/build-otp
index 92031c79c8..ad0eb07359 100755
--- a/scripts/build-otp
+++ b/scripts/build-otp
@@ -40,4 +40,8 @@ do_and_log "Autoconfing" autoconf
do_and_log "Configuring" configure
do_and_log "Building OTP" boot -a
+if [ $1 = "release" ]; then
+ do_and_log "Releasing OTP" release -a
+fi
+
exit 0