MagicStorageVoidBag/.woodpecker.yml

19 lines
481 B
YAML
Raw Normal View History

2022-07-07 15:15:05 +01:00
clone:
git:
image: woodpeckerci/plugin-git:latest
2022-07-07 14:34:42 +01:00
settings:
2022-07-07 15:15:05 +01:00
path: MagicStorageVoidBag
2022-07-07 14:34:42 +01:00
2022-07-07 15:15:05 +01:00
pipeline:
2022-07-07 17:17:43 +01:00
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
2022-07-07 13:44:56 +01:00
build:
2022-07-07 15:15:05 +01:00
image: mcr.microsoft.com/dotnet/sdk:latest
2022-07-07 13:44:56 +01:00
commands:
- ls