aboutsummaryrefslogtreecommitdiffhomepage
path: root/packaging
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-01-23 08:08:18 +0100
committerGuido Günther <agx@sigxcpu.org>2018-01-23 08:41:15 +0100
commit3576ee89145e1295088684b63e77ccedc66e5e47 (patch)
tree5e4d5bbcfe0e037578969a18e6811f3942a3567e /packaging
parentd8ed8bd84cb5f37ebda2bb4dbf18b0bd7faacd0c (diff)
tests: build docs too
When running in travis build the docs too to catch errors there as well.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/run-in-docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/run-in-docker b/packaging/run-in-docker
index 182f820d..9fdaf2fc 100755
--- a/packaging/run-in-docker
+++ b/packaging/run-in-docker
@@ -83,6 +83,7 @@ gbp_test() {
docker run --rm -ie"TEST_LOCALE=${L}" gbp-base:${debian_tag} sh <<'EOF'
set -euvx
make all+net
+make -C docs
EOF
done
}