Merge lp:~widelands-dev/widelands/sphinx_1_8_1 into lp:widelands

Proposed by GunChleoc
Status: Merged
Merged at revision: 8849
Proposed branch: lp:~widelands-dev/widelands/sphinx_1_8_1
Merge into: lp:widelands
Diff against target: 33 lines (+11/-12)
1 file modified
.travis.sh (+11/-12)
To merge this branch: bzr merge lp:~widelands-dev/widelands/sphinx_1_8_1
Reviewer Review Type Date Requested Status
hessenfarmer Approve
Review via email: mp+355531@code.launchpad.net

Commit message

Add Sphinx to Travis test runs again.

Description of the change

Sphinx 1.8.1. has been released - let's see whether Travis has picked it up

To post a comment you must log in.
Revision history for this message
bunnybot (widelandsofficial) wrote :

Continuous integration builds have changed state:

Travis build 4030. State: passed. Details: https://travis-ci.org/widelands/widelands/builds/432427285.
Appveyor build 3826. State: success. Details: https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_sphinx_1_8_1-3826.

Revision history for this message
hessenfarmer (stephan-lutz) wrote :

CI builds look good.

@bunnybot merge

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.travis.sh'
2--- .travis.sh 2018-09-13 05:01:54 +0000
3+++ .travis.sh 2018-09-24 10:25:39 +0000
4@@ -30,18 +30,17 @@
5 if [ "$BUILD_TYPE" == "Debug" ]; then
6
7 # Build the documentation. Any warning is an error.
8- # TODO: GunChleoc: Currently broken
9- #if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
10- # sudo pip install sphinx
11- #fi
12- #if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
13- # pip2 install sphinx
14- #fi
15- #pushd ../doc/sphinx
16- #mkdir source/_static
17- #./extract_rst.py
18- #sphinx-build -W -b json -d build/doctrees source build/json
19- #popd
20+ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
21+ sudo pip install sphinx
22+ fi
23+ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
24+ pip2 install sphinx
25+ fi
26+ pushd ../doc/sphinx
27+ mkdir source/_static
28+ ./extract_rst.py
29+ sphinx-build -W -b json -d build/doctrees source build/json
30+ popd
31
32 # Run the codecheck test suite.
33 pushd ../cmake/codecheck

Subscribers

People subscribed via source and target branches

to status/vote changes: