summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2021-01-11 08:04:44 +0100
committer Olivier Galibert <galibert@pobox.com>2021-01-11 08:05:12 +0100
commit50ebf8b3032d79b7b7d1917a8df49866093072be (patch)
tree7b8b3fe23f30ffc8ce3db2d3a706d5f87bdf0ac2
parentd096811a4881ff33d33b97e28d276808d6894772 (diff)
Disable msvc windows CI, breaks for probably unfisable heap space issues
-rw-r--r--.github/workflows/ci-windows.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index 2b5124e0967..611c3206131 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -26,31 +26,3 @@ jobs:
with:
name: mame64-windows-gcc-${{ github.sha }}
path: mame64.exe
-
- build-windows-msvc:
- runs-on: windows-latest
- steps:
- - uses: msys2/setup-msys2@v2
- with:
- install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python
- - uses: actions/checkout@master
- - name: Add msbuild to PATH
- uses: microsoft/setup-msbuild@v1.0.2
- - name: Generate build files
- shell: msys2 {0}
- env:
- MINGW64: "/mingw64"
- TOOLS: 1
- run: make -j2 vs2019
- - name: Build
- shell: cmd
- env:
- PreferredToolArchitecture: x64
- run: msbuild "build\projects\windows\mame\vs2019\mame.sln" /m:2 /p:ContinueOnError=false /p:StopOnFirstFailure=true /property:Configuration=Release /property:Platform=x64
- - name: Validate
- shell: cmd
- run: mame64 -validate
- - uses: actions/upload-artifact@master
- with:
- name: mame64-windows-msvc-${{ github.sha }}
- path: mame64.exe