Skip to content

Commit

Permalink
Added github workflows MSVC Support (attempt 3 - Missing test and pack)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-michelis committed Nov 21, 2024
1 parent 7a89e4a commit 7cbfc34
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,20 +201,14 @@ jobs:
cd build\\debug
cmake ..\\.. -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE="Debug"
cmake --build . --target ALL_BUILD
- name: make test
run: |
cd build\\debug
rm -Recurse -Force .\\*
cmake ..\\.. -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE="Debug"
cmake --build . --target test
- name: make release
run: |
mkdir build
mkdir build\\release
cd build\\release
cmake ..\\.. -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE="Release"
cmake --build . --target ALL_BUILD
- name: sudo make install
- name: make install
run: |
cd build\\release
cmake --build . --target INSTALL
Expand Down

0 comments on commit 7cbfc34

Please sign in to comment.