aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-05-22 10:15:16 +0200
committerLukas Larsson <[email protected]>2018-05-22 10:50:58 +0200
commit61d12b823a232d0f4c27c006b8111faf46c75d5d (patch)
treeb37f8c7d6e144be3f6f8a30659d31da278af1dd1 /scripts
parentdd3d4d3e7848c63406c346a8ec600b96130da56e (diff)
downloadotp-61d12b823a232d0f4c27c006b8111faf46c75d5d.tar.gz
otp-61d12b823a232d0f4c27c006b8111faf46c75d5d.tar.bz2
otp-61d12b823a232d0f4c27c006b8111faf46c75d5d.zip
travis: Do release when building 32-bit
This is done in order to check that installation works as it should.
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