mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Disable docs build until a fix is found
This commit is contained in:
+1
-1
@@ -42,4 +42,4 @@ script:
|
||||
- sh ./scripts/hash_version.sh
|
||||
- if [[ "$CODE_BUILD" == "1" ]]; then . /opt/qt56/bin/qt56-env.sh ; fi
|
||||
- if [[ "$CODE_BUILD" == "1" ]]; then mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make ; fi
|
||||
- if [[ "$DOCS_BUILD" == "1" ]]; then cd docs/ && make html ; fi
|
||||
# - if [[ "$DOCS_BUILD" == "1" ]]; then cd docs/ && make html ; fi
|
||||
|
||||
Reference in New Issue
Block a user