Skip to content

Commit

Permalink
Update windows_build_test_and_push.yml (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur authored Dec 17, 2024
1 parent 89ad36c commit 0f620d8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/windows_build_test_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,12 @@ jobs:
git -c submodule."external/commonItems".update=none `
submodule update --init --recursive external\Fronter
- name: Configure cmake
run: cmake --preset build-x64-release-windows -B build

- name: Build solution
run: cmake --build build --preset build-x64-release-windows --target Vic3ToHoi4 ConverterFrontend Vic3ToHoi4Tests -- -j40
- name: Build with cmake
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
cmake --preset x64-release-windows
cmake --build --preset build-x64-release-windows --target Vic3ToHoi4 ConverterFrontend Vic3ToHoi4Tests -- -j40
- name: "Run tests"
run: |
Expand Down

0 comments on commit 0f620d8

Please sign in to comment.