mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Fetch submodules in meson builds by default
This commit is contained in:
parent
efdc2c0ca8
commit
5fd228e03b
1 changed files with 3 additions and 1 deletions
|
@ -34,6 +34,7 @@ build-gcc9-meson:
|
|||
variables:
|
||||
QT_PKG: 515
|
||||
TRAVIS_OS_NAME: linux
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
before_script:
|
||||
- . "/opt/qt${QT_PKG}/bin/qt${QT_PKG}-env.sh" || true
|
||||
script:
|
||||
|
@ -210,6 +211,7 @@ build-windows-meson:
|
|||
tags: [windows]
|
||||
variables:
|
||||
BUILD: ${CI_BUILDS_DIR}
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
script:
|
||||
- PATH=${PATH##/usr/local/bin:/usr/bin:/bin:} ./.ci/windows/build-meson.cmd
|
||||
- ls -la
|
||||
|
@ -218,7 +220,7 @@ build-windows-meson:
|
|||
cache:
|
||||
key: "$CI_JOB_NAME"
|
||||
paths:
|
||||
- subprojects
|
||||
- subprojects/packagecache/
|
||||
|
||||
linting:
|
||||
stage: build
|
||||
|
|
Loading…
Reference in a new issue