Skip to content

Commit 298c899

Browse files
committed
improve CMake CI
1 parent 9ba0a06 commit 298c899

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/windows-cmake.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
with:
1919
python-version: '3.x'
2020

21-
- name: Install MinGW
22-
run: choco install mingw -y
23-
2421
- name: Install PyInstaller
2522
run: pip install pyinstaller
2623

27-
- name: Compile C++ programs over CMake
28-
- run: make cmake
24+
- name: Configure CMake
25+
run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
26+
27+
- name: Build with CMake
28+
run: cmake --build build --config Release
2929

3030
- name: Compile IMGConverter
3131
run: pyinstaller --onefile --distpath . tools/IMGConverter/IMGConverter.py
@@ -81,4 +81,4 @@ jobs:
8181
Y2K38Patcher.exe
8282
copyDatas.exe
8383
LOADER7VC.exe
84-
# DEV7Monitor.exe
84+
# DEV7Monitor.exe

0 commit comments

Comments
 (0)