chore(ci): add build manifest

This commit is contained in:
Anna 2021-10-08 19:43:06 -04:00
parent 096dc90a10
commit dcf3c2401f
1 changed files with 17 additions and 0 deletions

17
.build.yml Executable file
View File

@ -0,0 +1,17 @@
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 Namingway/Namingway
dotnet build -c Release -p:IsCI=true
artifacts:
- Namingway/Namingway/bin/Release/net5-windows/Namingway/latest.zip