mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-02-25 06:51:30 +00:00
ci: Initialise git submodules in AppVeyor
This commit is contained in:
parent
4b9d409628
commit
d23caa9b72
@ -16,6 +16,9 @@ init:
|
|||||||
# Use CRLF line endings on Windows so users can just use Notepad.
|
# Use CRLF line endings on Windows so users can just use Notepad.
|
||||||
- git config --global core.autocrlf true
|
- git config --global core.autocrlf true
|
||||||
|
|
||||||
|
install:
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- msbuild buildbot.xml /m /t:%target% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
- msbuild buildbot.xml /m /t:%target% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user