mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
CI: pull from 11.x branches of dependency repositories
This commit is contained in:
@@ -20,6 +20,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: love2d/love-appimage-source
|
||||
ref: 11.x
|
||||
- name: Checkout LÖVE
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@@ -59,7 +60,7 @@ jobs:
|
||||
with:
|
||||
path: megasource
|
||||
repository: love2d/megasource
|
||||
ref: main
|
||||
ref: 11.x
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@@ -92,7 +93,7 @@ jobs:
|
||||
with:
|
||||
path: apple-dependencies
|
||||
repository: love2d/love-apple-dependencies
|
||||
ref: main
|
||||
ref: 11.x
|
||||
- name: Move Dependencies
|
||||
run:
|
||||
mv apple-dependencies/macOS/Frameworks platform/xcode/macosx
|
||||
@@ -120,7 +121,7 @@ jobs:
|
||||
with:
|
||||
path: apple-dependencies
|
||||
repository: love2d/love-apple-dependencies
|
||||
ref: main
|
||||
ref: 11.x
|
||||
- name: Move Dependencies
|
||||
run: |
|
||||
mv apple-dependencies/iOS/libraries platform/xcode/ios
|
||||
|
||||
@@ -26,7 +26,7 @@ install:
|
||||
- for /D %%i in (*) do @if "%%i" NEQ "love" @move %%i love\%%i
|
||||
- for %%i in (*) do @if "%%i" NEQ "appveyor.yml" @move %%i love\%%i
|
||||
# clone megasource and move into top directory.
|
||||
- git clone --depth 1 https://github.com/love2d/megasource.git megasource
|
||||
- git clone -b 11.x --depth 1 https://github.com/love2d/megasource.git megasource
|
||||
- cd megasource
|
||||
- for /D %%i in (*) do @move %%i ..\%%i
|
||||
- for %%i in (*) do @move %%i ..\%%i
|
||||
|
||||
Reference in New Issue
Block a user