Skip to content

Commit 9ce6e0b

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.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)