Skip to content

Commit 74fc3bb

Browse files
committed
Do MSVC6 build with ninja
1 parent 4b5ecd1 commit 74fc3bb

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
repository: isledecomp/MSVC600-8447
5656
path: msvc600sp3
5757

58+
- name: Setup Ninja
59+
uses: ./.github/actions/setup-ninja
60+
5861
- name: Setup cmake
5962
uses: jwlawson/actions-setup-cmake@v2
6063
with:
@@ -64,8 +67,8 @@ jobs:
6467
shell: cmd
6568
run: |
6669
call .\msvc600\VC98\Bin\VCVARS32.BAT x86
67-
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo "-DMSVC_CRT_SRC_PATH=${{ github.workspace }}/msvc600sp3/VC98/crt/src" -G "NMake Makefiles"
68-
cmake --build build
70+
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo "-DMSVC_CRT_SRC_PATH=${{ github.workspace }}/msvc600sp3/VC98/crt/src" -G "Ninja"
71+
cmake --build build --verbose
6972
7073
- name: Upload Artifact
7174
uses: actions/upload-artifact@main

0 commit comments

Comments
 (0)