Fix missing submodule in CI after Scintilla update
Remove scintilla from 'git diff' checks, since it doesn't recurse into submodules by default.
This commit is contained in:
parent
a72108c657
commit
1e3c148b5f
2 changed files with 2 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ task:
|
|||
# Rather than getting all submodules, get just the ones we need, as we can
|
||||
# use system libraries instead of the other ones.
|
||||
update_submodules_script: |
|
||||
git submodule update --init 3rdparty/catch 3rdparty/nanosvg
|
||||
git submodule update --init 3rdparty/catch 3rdparty/nanosvg src/stc/scintilla src/stc/lexilla
|
||||
|
||||
ccache_cache:
|
||||
folder: /tmp/ccache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue