Skip to content

Commit

Permalink
Merge pull request #117 from Cysharp/feature/winui
Browse files Browse the repository at this point in the history
ci: Build R3.WinUI3 on CI
  • Loading branch information
neuecc authored Feb 20, 2024
2 parents dd89b7d + bee86fa commit 3e42970
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- "main"
pull_request:
branches:
- "mainr"
- "main"

jobs:
build-dotnet:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
- run: dotnet build -c Debug
- run: dotnet test -c Debug --no-build
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
- run: dotnet test -c Release --no-build
Expand Down
3 changes: 3 additions & 0 deletions R3.sln
Original file line number Diff line number Diff line change
Expand Up @@ -361,20 +361,23 @@ Global
{D754069D-C912-4D71-97CB-9B2DDD2380B4}.Release|x86.ActiveCfg = Release|Any CPU
{D754069D-C912-4D71-97CB-9B2DDD2380B4}.Release|x86.Build.0 = Release|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Debug|ARM64.Build.0 = Debug|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Debug|x64.ActiveCfg = Debug|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Debug|x64.Build.0 = Debug|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Debug|x86.ActiveCfg = Debug|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Debug|x86.Build.0 = Debug|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Release|Any CPU.Build.0 = Release|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Release|ARM64.ActiveCfg = Release|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Release|ARM64.Build.0 = Release|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Release|x64.ActiveCfg = Release|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Release|x64.Build.0 = Release|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Release|x86.ActiveCfg = Release|Any CPU
{87F12DBB-E32B-49B8-B5F1-5B53B711989B}.Release|x86.Build.0 = Release|Any CPU
{CDC17599-81AD-44B9-B4E5-38241147CDA2}.Debug|Any CPU.ActiveCfg = Debug|x64
{CDC17599-81AD-44B9-B4E5-38241147CDA2}.Debug|Any CPU.Deploy.0 = Debug|x64
{CDC17599-81AD-44B9-B4E5-38241147CDA2}.Debug|ARM64.ActiveCfg = Debug|ARM64
{CDC17599-81AD-44B9-B4E5-38241147CDA2}.Debug|ARM64.Build.0 = Debug|ARM64
{CDC17599-81AD-44B9-B4E5-38241147CDA2}.Debug|ARM64.Deploy.0 = Debug|ARM64
Expand Down

0 comments on commit 3e42970

Please sign in to comment.