Skip to content

Commit

Permalink
Merge pull request #5 from geissomatik/get-rid-of-msbuild
Browse files Browse the repository at this point in the history
Actions: Get rid of msbuild
  • Loading branch information
hartwork committed Dec 22, 2022
2 parents 4525282 + c5188eb commit ed4e5f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@ jobs:

- uses: actions/checkout@v3.2.0

- uses: microsoft/setup-msbuild@v1.3

- name: Generate recent MSVC solution file using CMake
- name: Configure build
run: |-
cmake -G "Visual Studio 17 2022" -A Win32 -DCMAKE_BUILD_TYPE=RelWithDebInfo .
- name: Build both plug-in and screensaver
run: |-
msbuild -m geiss.sln
cmake --build .
- name: Build plug-in installer + prepare artifacts for upload
shell: bash
Expand Down

0 comments on commit ed4e5f2

Please sign in to comment.