-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
738a2b6
commit d51525c
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
uses: microsoft/[email protected] # Set up Visual Studio environment (MSBuild) | ||
|
||
- name: Configure CMake | ||
run: cmake -S . -B Build -G "Visual Studio 16 2019" -DENABLE_UNIT_TESTS=ON # Configure CMake for Visual Studio 2019 | ||
run: cmake -S . -B Build -G "Visual Studio 17 2022" -DENABLE_UNIT_TESTS=ON # Configure CMake for Visual Studio | ||
|
||
- name: Build | ||
run: cmake --build Build --config Release # Build the project using CMake with Release configuration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters