mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +02:00
Ok this is getting annoying
This commit is contained in:
+14
-6
@@ -29,26 +29,34 @@ parts:
|
|||||||
yesnt:
|
yesnt:
|
||||||
plugin: dotnet
|
plugin: dotnet
|
||||||
dotnet-version: '10.0'
|
dotnet-version: '10.0'
|
||||||
dotnet-configuration: Release
|
|
||||||
dotnet-self-contained: true
|
|
||||||
source: .
|
source: .
|
||||||
dotnet-project: src/YesNt.Interpreter.App/YesNt.Interpreter.App.csproj
|
|
||||||
build-packages:
|
build-packages:
|
||||||
- clang
|
- clang
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
|
override-build: |
|
||||||
|
dotnet publish \
|
||||||
|
--configuration Release \
|
||||||
|
--runtime linux-x64 \
|
||||||
|
--self-contained true \
|
||||||
|
--output "$CRAFT_PART_INSTALL" \
|
||||||
|
src/YesNt.Interpreter.App/YesNt.Interpreter.App.csproj
|
||||||
stage:
|
stage:
|
||||||
- -YesNt.Interpreter.*
|
- -YesNt.Interpreter.*
|
||||||
- -*.dbg
|
- -*.dbg
|
||||||
yesntcode:
|
yesntcode:
|
||||||
plugin: dotnet
|
plugin: dotnet
|
||||||
dotnet-version: '10.0'
|
dotnet-version: '10.0'
|
||||||
dotnet-configuration: Release
|
|
||||||
dotnet-self-contained: true
|
|
||||||
source: .
|
source: .
|
||||||
dotnet-project: src/YesNt.CodeEditor/YesNt.CodeEditor.csproj
|
|
||||||
build-packages:
|
build-packages:
|
||||||
- clang
|
- clang
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
|
override-build: |
|
||||||
|
dotnet publish \
|
||||||
|
--configuration Release \
|
||||||
|
--runtime linux-x64 \
|
||||||
|
--self-contained true \
|
||||||
|
--output "$CRAFT_PART_INSTALL" \
|
||||||
|
src/YesNt.CodeEditor/YesNt.CodeEditor.csproj
|
||||||
stage:
|
stage:
|
||||||
- -YesNt.Interpreter.*
|
- -YesNt.Interpreter.*
|
||||||
- -*.dbg
|
- -*.dbg
|
||||||
|
|||||||
Reference in New Issue
Block a user