0
0
Fork 0
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2024-12-22 23:25:46 +00:00

specify runtime configuration during build

This commit is contained in:
bird_egop 2024-10-30 20:18:41 +03:00
parent fec4f4ada9
commit 99bccf13e8

View file

@ -50,7 +50,7 @@ jobs:
shell: bash shell: bash
- name: Build - name: Build
run: dotnet build -c "${{ matrix.configuration }}" -p:Version="${{ env.RYUJINX_BASE_VERSION }}" -p:SourceRevisionId="${{ steps.git_short_hash.outputs.result }}" -p:ExtraDefineConstants=DISABLE_UPDATER run: dotnet build -c "${{ matrix.configuration }}" -r "${{ matrix.platform.name }}" -p:Version="${{ env.RYUJINX_BASE_VERSION }}" -p:SourceRevisionId="${{ steps.git_short_hash.outputs.result }}" -p:ExtraDefineConstants=DISABLE_UPDATER
- name: Run tests - name: Run tests
uses: ryujinx-mirror/unstable-commands@releases/v1.0.6 uses: ryujinx-mirror/unstable-commands@releases/v1.0.6