Disable doc builds because they are broken
This commit is contained in:
parent
1fdbaf4a39
commit
8532b5460b
@ -202,7 +202,8 @@ install:
|
|||||||
- cmake .. -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
|
- cmake .. -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
|
||||||
- make --jobs=${JOBS}
|
- make --jobs=${JOBS}
|
||||||
- popd
|
- popd
|
||||||
- yarn run docs
|
# building docs only works with npm3+ not with yarn or npm2
|
||||||
|
#- yarn run docs
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [[ $TARGET_ARCH == armhf ]] ; then echo "Skip tests for $TARGET_ARCH" && exit 0 ; fi
|
- if [[ $TARGET_ARCH == armhf ]] ; then echo "Skip tests for $TARGET_ARCH" && exit 0 ; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user