ci: fetch some deps
This commit is contained in:
parent
d270574e26
commit
547993ad50
@ -5,6 +5,13 @@ clone:
|
|||||||
path: MagicStorageVoidBag
|
path: MagicStorageVoidBag
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
|
fetch-deps:
|
||||||
|
image: alpine/git:latest
|
||||||
|
commands:
|
||||||
|
- git clone https://github.com/blushiemagic/MagicStorage.git
|
||||||
|
- wget https://github.com/tModLoader/tModLoader/releases/latest/download/tModLoader.zip
|
||||||
|
- unzip tModLoader.zip -d tModLoader
|
||||||
|
- rm tModLoader.zip
|
||||||
build:
|
build:
|
||||||
image: mcr.microsoft.com/dotnet/sdk:latest
|
image: mcr.microsoft.com/dotnet/sdk:latest
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user