TheGreatSeparator/.build.yml

18 lines
460 B
YAML
Raw Permalink Normal View History

2021-10-08 18:56:15 +00:00
image: fedora/latest
packages:
- dotnet
- wget
- unzip
tasks:
- download-dalamud: |
mkdir dalamud
cd dalamud
wget https://github.com/goatcorp/dalamud-distrib/raw/main/latest.zip
unzip latest.zip
rm latest.zip
- build-plugin: |
cd TheGreatSeparator/TheGreatSeparator
dotnet build -c Release -p:IsCI=true
artifacts:
- TheGreatSeparator/TheGreatSeparator/bin/Release/net5-windows/TheGreatSeparator/latest.zip