Don't execute Qt env script for docs builds

This commit is contained in:
baldurk
2016-10-05 01:26:27 +02:00
parent c47ab2c515
commit dbbba985f6
+1 -1
View File
@@ -40,6 +40,6 @@ install:
script:
- sh ./scripts/hash_version.sh
- . /opt/qt57/bin/qt57-env.sh
- if [[ "$CODE_BUILD" == "1" ]]; then . /opt/qt57/bin/qt57-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