diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 562023f8e..c21dc3fe1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,11 @@ jobs: runs-on: ${{ matrix.os || 'ubuntu-20.04' }} + # By default, the name of the build is just the language used, but matrix + # entries can define the additional "desc" field with any additional + # information to include in the name. + name: ${{ matrix.SWIGLANG || 'none' }}${{ matrix.PY3 }} ${{ matrix.desc }} + strategy: matrix: #SWIGJOBS: ["-j2"] |