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:
|
variables:
|
||||||
QT_PKG: 515
|
QT_PKG: 515
|
||||||
TRAVIS_OS_NAME: linux
|
TRAVIS_OS_NAME: linux
|
||||||
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
before_script:
|
before_script:
|
||||||
- . "/opt/qt${QT_PKG}/bin/qt${QT_PKG}-env.sh" || true
|
- . "/opt/qt${QT_PKG}/bin/qt${QT_PKG}-env.sh" || true
|
||||||
script:
|
script:
|
||||||
|
@ -210,6 +211,7 @@ build-windows-meson:
|
||||||
tags: [windows]
|
tags: [windows]
|
||||||
variables:
|
variables:
|
||||||
BUILD: ${CI_BUILDS_DIR}
|
BUILD: ${CI_BUILDS_DIR}
|
||||||
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
script:
|
script:
|
||||||
- PATH=${PATH##/usr/local/bin:/usr/bin:/bin:} ./.ci/windows/build-meson.cmd
|
- PATH=${PATH##/usr/local/bin:/usr/bin:/bin:} ./.ci/windows/build-meson.cmd
|
||||||
- ls -la
|
- ls -la
|
||||||
|
@ -218,7 +220,7 @@ build-windows-meson:
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_JOB_NAME"
|
key: "$CI_JOB_NAME"
|
||||||
paths:
|
paths:
|
||||||
- subprojects
|
- subprojects/packagecache/
|
||||||
|
|
||||||
linting:
|
linting:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in a new issue