Add submodules
This commit is contained in:
parent
4cd1014bac
commit
b332633b07
1 changed files with 6 additions and 1 deletions
|
|
@ -14,7 +14,12 @@ build:
|
||||||
- cmake
|
- cmake
|
||||||
jobs:
|
jobs:
|
||||||
pre_build:
|
pre_build:
|
||||||
- cmake -Wno-dev .
|
- cmake .
|
||||||
|
|
||||||
|
# Include the submodules, required for cmake
|
||||||
|
submodules:
|
||||||
|
include: all
|
||||||
|
recursive: true
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue