Add set -ex to provisioning scripts for openSUSE-42.3

Change-Id: I71fb0074bc07ce3085401ac23be77ea32e52dcfa
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
Joni Jantti
2017-12-27 12:17:55 +02:00
committed by Tony Sarajärvi
parent ca89bec297
commit d29192ad3f
7 changed files with 13 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -ex
BASEDIR=$(dirname "$0")
source $BASEDIR/../common/network_test_server_ip.txt

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -ex
sudo zypper -nq install git
# default compiler, gcc 4.8.5

View File

@@ -2,6 +2,8 @@
# provides: python development libraries
# version: provided by default Linux distribution repository
# needed to build pyside
set -ex
sudo zypper -nq install python-devel python-virtualenv
# install python3

View File

@@ -1,2 +1,5 @@
#!/usr/bin/env bash
set -ex
$(dirname $0)/../common/cmake_linux.sh

View File

@@ -37,7 +37,7 @@
source "${BASH_SOURCE%/*}/../common/DownloadURL.sh"
set -e
set -ex
mainStorage="ci-files01-hki.intra.qt.io:/hdd/www/input"
localMount="/mnt/storage/"

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -ex
BASEDIR=$(dirname "$0")
. $BASEDIR/../common/sw_versions.txt
VERSION=$libclang_version

View File

@@ -1,6 +1,9 @@
# provides: python development libraries
# version: provided by default Linux distribution repository
# needed to build pyside
set -ex
sudo pkcon -y refresh
sudo pkcon -y install python-devel python-virtualenv