File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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 }} \
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments