Skip to content

Commit e8a75e5

Browse files
committed
[CI] Build Avalonia editor
1 parent 7ae0744 commit e8a75e5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/build-avalonia-editor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
sudo apt-get install clang lld
7676
- name: Build
7777
run: |
78-
dotnet build build/Stride.Editor.Avalonia.slnf
78+
dotnet build build/Stride.Editor.Avalonia.slnf \
7979
-m:1 -nr:false \
8080
-v:m -p:WarningLevel=0 \
8181
-p:Configuration=${{ needs.Setup.outputs.build-type }} \

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,16 @@ jobs:
9090
with:
9191
build-type: ${{ matrix.build-type }}
9292
test-category: ${{ matrix.test-category }}
93+
94+
### Editor ###
95+
Editor:
96+
needs: [Linux-Runtime, Windows-Runtime]
97+
strategy:
98+
matrix:
99+
build-type: [Release]
100+
platform: [Linux, Windows]
101+
uses: ./.github/workflows/build-avalonia-editor.yml
102+
secrets: inherit
103+
with:
104+
build-type: ${{ matrix.build-type }}
105+
platform: ${{ matrix.platform }}

0 commit comments

Comments
 (0)