We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5ecd1 commit 74fc3bbCopy full SHA for 74fc3bb
1 file changed
.github/workflows/build.yml
@@ -55,6 +55,9 @@ jobs:
55
repository: isledecomp/MSVC600-8447
56
path: msvc600sp3
57
58
+ - name: Setup Ninja
59
+ uses: ./.github/actions/setup-ninja
60
+
61
- name: Setup cmake
62
uses: jwlawson/actions-setup-cmake@v2
63
with:
@@ -64,8 +67,8 @@ jobs:
64
67
shell: cmd
65
68
run: |
66
69
call .\msvc600\VC98\Bin\VCVARS32.BAT x86
- cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo "-DMSVC_CRT_SRC_PATH=${{ github.workspace }}/msvc600sp3/VC98/crt/src" -G "NMake Makefiles"
- 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
72
73
- name: Upload Artifact
74
uses: actions/upload-artifact@main
0 commit comments