Skip to content

Commit

Permalink
test multi platform
Browse files Browse the repository at this point in the history
  • Loading branch information
robin88chen committed Oct 26, 2024
1 parent 754b71b commit 0c77d44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
strategy:
matrix:
config : [Release, Debug]
platform : [x86, x64]
steps:
- uses: actions/checkout@v4

Expand All @@ -43,4 +44,4 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{matrix.config}} ${{env.SOLUTION_FILE_PATH}}
run: msbuild /m /p:Configuration=${{matrix.config}} /p:platform=${{matrix.platform}} ${{env.SOLUTION_FILE_PATH}}

0 comments on commit 0c77d44

Please sign in to comment.