Disbale doc builds again
This commit is contained in:
parent
b9206ef017
commit
0f66278532
@ -60,10 +60,11 @@ matrix:
|
|||||||
- npm install --ignore-scripts
|
- npm install --ignore-scripts
|
||||||
- npm link --ignore-scripts
|
- npm link --ignore-scripts
|
||||||
script:
|
script:
|
||||||
|
- ./scripts/check_taginfo.py taginfo.json profiles/car.lua
|
||||||
- ${MASON} install clang-format 3.8.1
|
- ${MASON} install clang-format 3.8.1
|
||||||
- PATH=$(${MASON} prefix clang-format 3.8.1)/bin:${PATH} ./scripts/format.sh && ./scripts/error_on_dirty.sh
|
- PATH=$(${MASON} prefix clang-format 3.8.1)/bin:${PATH} ./scripts/format.sh && ./scripts/error_on_dirty.sh
|
||||||
- ./scripts/check_taginfo.py taginfo.json profiles/car.lua
|
# See issue 4043
|
||||||
- npm run docs && ./scripts/error_on_dirty.sh
|
#- npm run docs && ./scripts/error_on_dirty.sh
|
||||||
after_success:
|
after_success:
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
|
Loading…
Reference in New Issue
Block a user