summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOneric <oneric@oneric.stub>2022-07-31 23:54:19 +0200
committerOneric <oneric@oneric.stub>2022-08-01 00:33:27 +0200
commit1472ccf73bc8ba8d4bdd37364b52771c4bfa8a8f (patch)
tree0e3a4401702682a54fdd8e64723f66bf367df103
parent7e35f6dc7320d89b13f75465ba4d3793aed962be (diff)
downloadlibass-1472ccf73bc8ba8d4bdd37364b52771c4bfa8a8f.tar.bz2
libass-1472ccf73bc8ba8d4bdd37364b52771c4bfa8a8f.tar.xz
ci/gha: specify all build configs as a list
We added and tweaked the configs so much, this is now actually more concise and also avoids ambiguity whether an existing entry is modified or a new one added.
-rw-r--r--.github/workflows/ghci.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml
index 26d64bb..93ad160 100644
--- a/.github/workflows/ghci.yml
+++ b/.github/workflows/ghci.yml
@@ -13,12 +13,6 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-latest, macos-latest]
- cc: [gcc, clang]
- docker_image: ['']
- exclude:
- - os: macos-latest
- cc: gcc
include:
# Enable distcheck for one build
- os: ubuntu-latest
@@ -47,6 +41,9 @@ jobs:
# Crash Tests detect (false?) leaks in Fontconfig, and
# various regression test fail, assumed due to older deps
skip_tests: yes
+ # MacOS build
+ - os: macos-latest
+ cc: clang
# Add a Windows build (MinGW-gcc via MSYS2) with no extras
- os: windows-2019
msystem: MINGW32