mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Random guesswork attempt to fix travis sphinx build failure
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ install:
|
||||
- wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||
- sudo apt-get update -qq
|
||||
- if [[ "$CODE_BUILD" == "1" ]]; then sudo apt-get install --allow-unauthenticated -y -qq libx11-dev mesa-common-dev libgl1-mesa-dev qt56base qt56x11extras libxcb-keysyms1-dev gdb clang-format-3.8 ; fi
|
||||
- if [[ "$DOCS_BUILD" == "1" ]]; then sudo pip install --upgrade pip setuptools ; sudo pip install Sphinx sphinx-rtd-theme ; fi
|
||||
- if [[ "$DOCS_BUILD" == "1" ]]; then sudo pip install --upgrade pip setuptools requests ; sudo pip install Sphinx sphinx-rtd-theme ; fi
|
||||
- if [[ "$CODE_BUILD" == "1" ]]; then clang-format-3.8 -i -style=file $(find pdblocate/ qrenderdoc/ renderdoc/ renderdoccmd/ renderdocshim/ -type f -regex '.*\(/3rdparty/\|/official/\|resource.h\).*' -prune -o -regex '.*\.\(c\|cpp\|h\)$' -print) ; fi
|
||||
- git clean -f
|
||||
- git diff --exit-code
|
||||
|
||||
Reference in New Issue
Block a user