mirror of
https://github.com/openNDS/openNDS.git
synced 2026-05-04 03:01:32 -04:00
disable travis build of the docs for now
travis gives us python version errors
This commit is contained in:
@@ -5,14 +5,14 @@ dist: trusty
|
||||
before_script:
|
||||
- bash ./build_libmicrohttpd.sh --compile
|
||||
|
||||
install: "pip install Sphinx"
|
||||
#install: "pip install Sphinx"
|
||||
|
||||
script:
|
||||
- make checkstyle
|
||||
- make
|
||||
# -W to turn warnings into errors
|
||||
- cd docs/ ; make SPHINXOPTS=-W dummy
|
||||
- cd docs/ ; make SPHINXOPTS=-W linkcheck
|
||||
# - cd docs/ ; make SPHINXOPTS=-W dummy
|
||||
# - cd docs/ ; make SPHINXOPTS=-W linkcheck
|
||||
|
||||
env:
|
||||
- CFLAGS="-I/tmp/libmicrohttpd_install/include" LDFLAGS="-L/tmp/libmicrohttpd_install/lib"
|
||||
|
||||
Reference in New Issue
Block a user