Build Spyro 2 client
This commit is contained in:
18
recipes/common/spyro2-rando-client.yaml
Normal file
18
recipes/common/spyro2-rando-client.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json
|
||||
stages:
|
||||
- from: mcr.microsoft.com/dotnet/sdk:8.0
|
||||
name: spyro2
|
||||
modules:
|
||||
- type: files
|
||||
files:
|
||||
- source: spyro2-client-patch
|
||||
destination: /app/
|
||||
- type: script
|
||||
scripts:
|
||||
- build-spyro2-client.sh
|
||||
modules:
|
||||
- type: copy
|
||||
from: spyro2
|
||||
src: /app/S2AP/source/S2AP.Desktop/bin/Release/net8.0/linux-x64/publish/*
|
||||
dest: /usr/lib/opt/S2AP/
|
||||
Reference in New Issue
Block a user