chore(ci): add build manifest

This commit is contained in:
Anna 2021-10-09 15:29:15 -04:00
parent 9f6b959e38
commit f86634f28a
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
2 changed files with 19 additions and 1 deletions

18
.build.yml Normal file
View File

@ -0,0 +1,18 @@
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 XivCommon/XivCommon
dotnet build -c Release -p:IsCI=true
artifacts:
- XivCommon/XivCommon/bin/Release/net5-windows/XivCommon.dll
- XivCommon/XivCommon/bin/Release/net5-windows/XivCommon.pdb

View File

@ -24,7 +24,7 @@
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<Dalamud>$(HOME)/games/final-fantasy-xiv-online/drive_c/users/ascclemens/AppData/Roaming/XIVLauncher/addon/Hooks/dev</Dalamud>
<Dalamud>$(HOME)/games/final-fantasy-xiv-online/drive_c/users/$(USER)/AppData/Roaming/XIVLauncher/addon/Hooks/dev</Dalamud>
</PropertyGroup>
<PropertyGroup Condition="'$(IsCI)' == 'true'">