summaryrefslogtreecommitdiffstats
path: root/opal-ci/build-docs.sh
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-10-29 10:56:21 +1100
committerStewart Smith <stewart@linux.ibm.com>2018-10-29 11:41:29 +1100
commitd513609b4f48d188dcd2e9ba8af831a92464d15c (patch)
treee0f58cdd433a723dedf3354ae1beb28bd4cffe3c /opal-ci/build-docs.sh
parentb6de35b6896a7d21a72be79e720eeae2dc620fa2 (diff)
downloadtalos-skiboot-d513609b4f48d188dcd2e9ba8af831a92464d15c.tar.gz
talos-skiboot-d513609b4f48d188dcd2e9ba8af831a92464d15c.zip
travis/ci: rework Dockerfiles to produce build artifacts
ubuntu-latest was also missing clang, as ubuntu-latest is closer to ubuntu 18.04 than 16.04 Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'opal-ci/build-docs.sh')
-rw-r--r--opal-ci/build-docs.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/opal-ci/build-docs.sh b/opal-ci/build-docs.sh
new file mode 100644
index 00000000..817773bf
--- /dev/null
+++ b/opal-ci/build-docs.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+set -uo pipefail
+set -e
+set -vx
+
+cd doc;
+make html latexpdf text
OpenPOWER on IntegriCloud