mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
idk
This commit is contained in:
parent
301bb1a547
commit
19de3d268e
1 changed files with 13 additions and 2 deletions
15
.github/workflows/windows-build.yml
vendored
15
.github/workflows/windows-build.yml
vendored
|
@ -28,8 +28,19 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' --yes
|
choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' --yes
|
||||||
|
|
||||||
|
- name: Install Visual Studio Build Tools
|
||||||
|
run: |
|
||||||
|
choco install visualstudio2019buildtools --version=16.11.9 --yes
|
||||||
|
choco install visualstudio2019-workload-vctools --yes
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -S src -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%"
|
shell: cmd
|
||||||
|
run: |
|
||||||
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
|
cmake -S src -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%"
|
||||||
|
|
||||||
- name: Build the project
|
- name: Build the project
|
||||||
run: cmake --build build --config Release
|
shell: cmd
|
||||||
|
run: |
|
||||||
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
|
cmake --build build --config Release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue