summaryrefslogtreecommitdiffstats
path: root/opal-ci/build-docs.sh
diff options
context:
space:
mode:
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