[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/2] travis: Remove docs from "tools and docs" job
From: |
Eduardo Habkost |
Subject: |
[PATCH 2/2] travis: Remove docs from "tools and docs" job |
Date: |
Mon, 19 Oct 2020 10:31:09 -0400 |
We have other jobs that will test documentation builds, so we
don't need to build docs in that job.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
.travis.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index f5208301d6..626b61b077 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -166,18 +166,17 @@ jobs:
- TEST_CMD="make check-unit -j${JOBS} V=1"
- # Check we can build docs and tools (out of tree)
- - name: "tools and docs (bionic)"
+ # Check we can build tools (out of tree)
+ - name: "tools (bionic)"
dist: bionic
env:
- BUILD_DIR="out-of-tree/build/dir" SRC_DIR="../../.."
- - BASE_CONFIG="--enable-tools --enable-docs"
+ - BASE_CONFIG="--enable-tools --disable-docs"
- CONFIG="--target-list=x86_64-softmmu,aarch64-linux-user"
- CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
addons:
apt:
packages:
- - python3-sphinx
- perl
--
2.28.0