Disable win32 and makefile jobs
This commit is contained in:
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@@ -16,6 +16,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
msys2:
|
msys2:
|
||||||
|
# Negative condition disables the job
|
||||||
|
if: false
|
||||||
name: "Win32 GUI, ${{ matrix.build.name }}, ${{ matrix.dynarec.name }}, ${{ matrix.environment.msystem }}"
|
name: "Win32 GUI, ${{ matrix.build.name }}, ${{ matrix.dynarec.name }}, ${{ matrix.environment.msystem }}"
|
||||||
|
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
|
3
.github/workflows/cmake_windows_msys2.yml
vendored
3
.github/workflows/cmake_windows_msys2.yml
vendored
@@ -57,9 +57,6 @@ jobs:
|
|||||||
new: on
|
new: on
|
||||||
slug: -NDR
|
slug: -NDR
|
||||||
ui:
|
ui:
|
||||||
- name: Win32 GUI
|
|
||||||
qt: off
|
|
||||||
static: on
|
|
||||||
- name: Qt GUI
|
- name: Qt GUI
|
||||||
qt: on
|
qt: on
|
||||||
static: on
|
static: on
|
||||||
|
Reference in New Issue
Block a user