mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-06-30 23:06:35 +00:00
Use shallow-cloned submodule for prebuilts
This commit is contained in:
parent
24d60dd3ab
commit
522206b0bc
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -13,3 +13,7 @@
|
|||||||
[submodule "h264bitstream/h264bitstream"]
|
[submodule "h264bitstream/h264bitstream"]
|
||||||
path = h264bitstream/h264bitstream
|
path = h264bitstream/h264bitstream
|
||||||
url = https://github.com/aizvorski/h264bitstream.git
|
url = https://github.com/aizvorski/h264bitstream.git
|
||||||
|
[submodule "libs"]
|
||||||
|
path = libs
|
||||||
|
url = https://github.com/cgutman/moonlight-qt-prebuilts.git
|
||||||
|
shallow = true
|
||||||
|
@ -32,7 +32,9 @@ install:
|
|||||||
- sh: 'if [[ "$BUILD_TARGET" = linux ]]; then mkdir $HOME/bin && wget -O $HOME/bin/linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage && chmod a+x $HOME/bin/linuxdeployqt; fi'
|
- sh: 'if [[ "$BUILD_TARGET" = linux ]]; then mkdir $HOME/bin && wget -O $HOME/bin/linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage && chmod a+x $HOME/bin/linuxdeployqt; fi'
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- 'git submodule update --init --recursive'
|
- 'git -c submodule.libs.update=none submodule update --init --recursive'
|
||||||
|
- cmd: 'git submodule update --init --recursive'
|
||||||
|
- sh: '[ "$BUILD_TARGET" != macos ] || git submodule update --init --recursive'
|
||||||
- cmd: 'set OLDPATH=%PATH%'
|
- cmd: 'set OLDPATH=%PATH%'
|
||||||
- cmd: 'set /p VERSION=<app\version.txt'
|
- cmd: 'set /p VERSION=<app\version.txt'
|
||||||
- sh: 'export VERSION=`cat app/version.txt`'
|
- sh: 'export VERSION=`cat app/version.txt`'
|
||||||
|
1
libs
Submodule
1
libs
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 257b3e65dff68e9b82ce67e8377a548f3d5d02af
|
Loading…
x
Reference in New Issue
Block a user