ci: fetch some deps

This commit is contained in:
Jack Bond-Preston 2022-07-07 17:17:43 +01:00
parent d270574e26
commit 547993ad50
Signed by: jack
GPG Key ID: 010071F1482BA852

View File

@ -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: