Skip to content

Commit

Permalink
Update windows-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onecoolx authored Jul 4, 2024
1 parent eaca866 commit 7a4eb7c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/windows-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
configuration: [Debug, Release]
configuration: [Debug, Release, MinSizeRel, RelWithDebInfo]

runs-on: windows-latest

Expand All @@ -23,16 +23,13 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/[email protected]

- name: Generate Project
run: ./build_windows.bat

- name: Restore Project
run: msbuild ./proj/picasso.sln /t:Restore /p:Configuration=$env:Configuration
run: msbuild ./vcproj/picasso.sln /t:Restore /p:Configuration=$env:Configuration
env:
Configuration: ${{ matrix.configuration }}

- name: Build Solution
run: msbuild ./proj/picasso.sln /p:Configuration=$env:Configuration
run: msbuild ./vcproj/picasso.sln /p:Configuration=$env:Configuration
env:
Configuration: ${{ matrix.configuration }}

0 comments on commit 7a4eb7c

Please sign in to comment.