Add set -ex to provisioning scripts for osx-10.10

Change-Id: I732df317aa0016b1d970e0d37167a3fc9276a645
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
Joni Jantti
2017-12-27 12:35:25 +02:00
committed by Tony Sarajärvi
parent b23faee265
commit cec7c07283
7 changed files with 15 additions and 0 deletions

View File

@@ -1,2 +1,5 @@
#!/bin/sh
set -ex
defaults write com.apple.CrashReporter DialogType server

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env bash
set -ex
BASEDIR=$(dirname "$0")
$BASEDIR/../common/system_updates.sh

View File

@@ -1,5 +1,7 @@
#!/bin/sh
set -ex
mkdir -p $HOME/Library/LaunchAgents
cat >$HOME/Library/LaunchAgents/no-screensaver.plist <<EOT
<?xml version="1.0" encoding="UTF-8"?>

View File

@@ -1,5 +1,7 @@
#!/bin/sh
set -ex
# Read .bashrc if exist
printf -- "# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n . ~/.bashrc\nfi\n" >> ~/.bash_profile

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env bash
set -ex
BASEDIR=$(dirname "$0")
$BASEDIR/../common/cmake.sh

View File

@@ -1 +1,3 @@
set -ex
source "${BASH_SOURCE%/*}/../common/python3.sh"

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -ex
BASEDIR=$(dirname "$0")
# There is only one mac package and common script uses it as a default
$BASEDIR/../common/libclang.sh