Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-10-15 06:13:21 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-10-15 09:02:39 +0300
commita4944fd1750fc9b4530aa58d5c80a1cfb7c170ef (patch)
tree611604f8dae9c1af702029abcdf53ee27619b360
parent1c225a2c9385887ff1b5267637a0c89bd8769365 (diff)
Reduce number of MSYS2 CI jobs
-rw-r--r--.github/workflows/windows-msys2.yml42
1 files changed, 16 insertions, 26 deletions
diff --git a/.github/workflows/windows-msys2.yml b/.github/workflows/windows-msys2.yml
index e0bcb38ff..43c453153 100644
--- a/.github/workflows/windows-msys2.yml
+++ b/.github/workflows/windows-msys2.yml
@@ -22,49 +22,39 @@ jobs:
strategy:
matrix:
conf:
- - name: GCC (MinGW) x86
+ - name: GCC (MinGW) x86 +tests
toolchain: ""
arch: i686
sys: MINGW32
cc: gcc
max_warnings: 0
- build_flags: -Dbuildtype=debug -Dunit_tests=disabled
- - name: GCC (MinGW) x86_64
- toolchain: ""
- arch: x86_64
- sys: MINGW64
- cc: gcc
- max_warnings: 0
- build_flags: -Dbuildtype=debug -Dunit_tests=disabled
- - name: GCC (UCRT) x86_64
+ run_tests: true
+ build_flags: -Dbuildtype=debug
+
+ - name: GCC (UCRT) x86_64 +debugger
toolchain: ucrt-
arch: x86_64
sys: UCRT64
cc: gcc
max_warnings: 0
- build_flags: -Dbuildtype=debug -Dunit_tests=disabled
- - name: Clang x86_64
+ build_flags: -Denable_debugger=normal
+
+ - name: Clang x86_64 +debugger
toolchain: clang-
arch: x86_64
sys: CLANG64
cc: clang
- max_warnings: 0
- build_flags: -Dbuildtype=debug -Dunit_tests=disabled
- - name: GCC +tests
- toolchain: ""
+ max_warnings: 1
+ build_flags: -Denable_debugger=normal
+
+ - name: Clang x86_64 +tests
+ toolchain: clang-
arch: x86_64
- sys: MINGW64
- run_tests: true
- cc: gcc
+ sys: CLANG64
+ cc: clang
max_warnings: 0
+ run_tests: true
build_flags: -Dbuildtype=debug
- - name: GCC +debugger
- toolchain: ""
- arch: x86_64
- sys: MINGW64
- cc: gcc
- max_warnings: 0
- build_flags: -Denable_debugger=normal
defaults:
run: