From 29030d0c05ee702a967a1c2d0f586b91f48cea0a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 30 Jan 2021 22:40:10 +0100 Subject: [PATCH] Reformat the job names Try to make them appear more consistently in the Actions UI. No real changes. --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d91d7334b6..1c63cf1d9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,46 +23,46 @@ jobs: fail-fast: false matrix: include: - - name: wxGTK 2 Ubuntu 16.04 + - name: Ubuntu 16.04 wxGTK 2 runner: ubuntu-16.04 gtk_version: 2 - - name: wxGTK 3 Ubuntu 16.04 static + - name: Ubuntu 16.04 wxGTK 3 static runner: ubuntu-16.04 configure_flags: --disable-shared - - name: wxGTK 2 UTF-8 Ubuntu 18.04 + - name: Ubuntu 18.04 wxGTK 2 UTF-8 runner: ubuntu-18.04 gtk_version: 2 configure_flags: --enable-utf8 --enable-utf8only --enable-monolithic - - name: wxGTK 3 STL Ubuntu 18.04 + - name: Ubuntu 18.04 wxGTK 3 STL runner: ubuntu-18.04 configure_flags: --enable-cxx11 --enable-stl --disable-compat30 - - name: wxGTK 3 Ubuntu 18.04 with clang + - name: Ubuntu 18.04 wxGTK 3 with clang runner: ubuntu-18.04 compiler: clang configure_flags: --disable-sys-libs --with-libcurl - - name: wxGTK ANSI Ubuntu 20.04 + - name: Ubuntu 20.04 wxGTK ANSI runner: ubuntu-20.04 configure_flags: --disable-unicode skip_samples: true - - name: wxGTK Ubuntu 20.04 with ASAN + - name: Ubuntu 20.04 wxGTK with ASAN runner: ubuntu-20.04 configure_flags: --disable-compat30 --disable-sys-libs --with-libcurl skip_samples: true use_asan: true - - name: wxX11 Ubuntu 18.04 + - name: Ubuntu 18.04 wxX11 runner: ubuntu-18.04 configure_flags: --with-x11 --enable-pch --disable-stc skip_samples: true - - name: wxDFB Ubuntu 18.04 + - name: Ubuntu 18.04 wxDFB runner: ubuntu-18.04 configure_flags: --with-directfb --enable-pch --disable-stc skip_samples: true allow_warnings: true - - name: wxMotif Ubuntu 18.04 + - name: Ubuntu 18.04 wxMotif runner: ubuntu-18.04 configure_flags: --with-motif --enable-pch --disable-stc skip_samples: true - - name: wxQt Ubuntu 18.04 + - name: Ubuntu 18.04 wxQt runner: ubuntu-18.04 configure_flags: --with-qt --enable-pch --without-opengl skip_samples: true