From 61d12b823a232d0f4c27c006b8111faf46c75d5d Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Tue, 22 May 2018 10:15:16 +0200 Subject: travis: Do release when building 32-bit This is done in order to check that installation works as it should. --- scripts/build-otp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.3