aboutsummaryrefslogtreecommitdiff
path: root/opal-ci
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-08-24 15:34:32 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-08-24 15:34:32 +1000
commit7f16d5df1e99cac99fc8453df57bf0b9a8df6b84 (patch)
treed73c3d2cf504d3d3afdf4baff6615bee68ccca1a /opal-ci
parenta795c751d9bd45b849f5760120114544b3ec3ab2 (diff)
downloadskiboot-7f16d5df1e99cac99fc8453df57bf0b9a8df6b84.zip
skiboot-7f16d5df1e99cac99fc8453df57bf0b9a8df6b84.tar.gz
skiboot-7f16d5df1e99cac99fc8453df57bf0b9a8df6b84.tar.bz2
travis: set -vx on all build scripts
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'opal-ci')
-rwxr-xr-xopal-ci/build-centos6.sh1
-rwxr-xr-xopal-ci/build-centos7.sh1
-rwxr-xr-xopal-ci/build-fedora24.sh2
-rwxr-xr-xopal-ci/build-qemu-powernv.sh1
-rwxr-xr-xopal-ci/build-ubuntu-12.04.sh1
-rwxr-xr-xopal-ci/build-ubuntu-16.04.sh1
6 files changed, 6 insertions, 1 deletions
diff --git a/opal-ci/build-centos6.sh b/opal-ci/build-centos6.sh
index 25a25f2..bf6e73a 100755
--- a/opal-ci/build-centos6.sh
+++ b/opal-ci/build-centos6.sh
@@ -2,6 +2,7 @@
set -uo pipefail
set -e
+set -vx
# We're fairly limited as to what we want to bother to run on CentOS6
# It's fairly old and some of the things (e.g. build+run qemu) we don't
diff --git a/opal-ci/build-centos7.sh b/opal-ci/build-centos7.sh
index 0a44fc8..f51222f 100755
--- a/opal-ci/build-centos7.sh
+++ b/opal-ci/build-centos7.sh
@@ -2,6 +2,7 @@
set -uo pipefail
set -e
+set -vx
# We're limited as to what we want to bother to run on CentOS7
# It's fairly old and some of the things (e.g. build+run qemu) we don't
diff --git a/opal-ci/build-fedora24.sh b/opal-ci/build-fedora24.sh
index 4fe0c00..be08259 100755
--- a/opal-ci/build-fedora24.sh
+++ b/opal-ci/build-fedora24.sh
@@ -2,7 +2,7 @@
set -uo pipefail
set -e
-set -x
+set -vx
MAKE_J=`grep -c processor /proc/cpuinfo`
export CROSS="ccache powerpc64-linux-gnu-"
diff --git a/opal-ci/build-qemu-powernv.sh b/opal-ci/build-qemu-powernv.sh
index cbd72d3..3c76d8f 100755
--- a/opal-ci/build-qemu-powernv.sh
+++ b/opal-ci/build-qemu-powernv.sh
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
+set -vx
git clone --depth=1 -b qemu-powernv-for-skiboot-3 git://github.com/open-power/qemu.git
cd qemu
diff --git a/opal-ci/build-ubuntu-12.04.sh b/opal-ci/build-ubuntu-12.04.sh
index eb63c67..58498ed 100755
--- a/opal-ci/build-ubuntu-12.04.sh
+++ b/opal-ci/build-ubuntu-12.04.sh
@@ -2,6 +2,7 @@
set -uo pipefail
set -e
+set -vx
export CROSS="ccache /opt/cross/gcc-4.8.0-nolibc/powerpc64-linux/bin/powerpc64-linux-"
export HOSTCC="ccache gcc-4.8"
diff --git a/opal-ci/build-ubuntu-16.04.sh b/opal-ci/build-ubuntu-16.04.sh
index c9e84df..71781e4 100755
--- a/opal-ci/build-ubuntu-16.04.sh
+++ b/opal-ci/build-ubuntu-16.04.sh
@@ -2,6 +2,7 @@
set -uo pipefail
set -e
+set -vx
MAKE_J=`grep -c processor /proc/cpuinfo`