summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-19 18:23:42 -0400
committerAnthony Green <green@moxielogic.com>2022-09-19 18:23:42 -0400
commit6b7fb6ce9eb4751ed3179de256566971c9d46cb7 (patch)
treec9bc9e0411914ae75bb551c4c4dc214b10f3093b /.github
parentf0675ab7e85ca31095b51db5a5c955f1005240cb (diff)
downloadlibffi-6b7fb6ce9eb4751ed3179de256566971c9d46cb7.tar.gz
Give better names to CI workflows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 47fd657..93ae89d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
./.ci/build.sh
build-cfarm:
- name: Build & test on the GCC Compile Farm
+ name: ${{ matrix.CFARM_TRIPLE }} ${{ matrix.CFARM_CC }}
runs-on: ubuntu-latest
strategy:
@@ -201,7 +201,7 @@ jobs:
exit $?
build:
- name: Build & test with Cygwin
+ name: Cygwin 64-bit
runs-on: windows-latest
strategy:
@@ -291,7 +291,6 @@ jobs:
shell: msys2 {0}
build-macos:
- name: Build & test on macOS
runs-on: ${{ matrix.platform }}
strategy:
@@ -300,6 +299,8 @@ jobs:
platform: [macos-11, macos-12]
compilers: [CC=gcc CXX=g++, CC=clang CXX=clang]
+ name: ${{ matrix.platform }} ${{ matrix.compilers }}
+
steps:
- run: git config --global core.autocrlf input
- uses: actions/checkout@v2
@@ -307,7 +308,7 @@ jobs:
- run: ${{ matrix.compilers }} ./.ci/build.sh
build-msvc:
- name: Build & test with Visual C++
+ name: Windows 64-bit Visual C++
runs-on: windows-latest
strategy: