summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-10-21 07:45:05 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-10-22 14:49:01 +0100
commit04a6ad3bb582c15d7dc13c86b9657038adeb07ce (patch)
treebd452c5cca4785d3c703548648770b6ba4cf3267
parentc280d63a4da24eaf97e025f48371171daf3af8e9 (diff)
downloadswig-04a6ad3bb582c15d7dc13c86b9657038adeb07ce.tar.gz
Add SWIG_FEATURES into GHA name
-rw-r--r--.github/workflows/ci.yml11
1 files changed, 3 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6a9e86d73..d054656a4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,10 +19,9 @@ 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.ENGINE}} ${{ matrix.VER }} ${{ matrix.desc }}
+ # By default, the name of the build is the language used and SWIG options, 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.ENGINE}} ${{ matrix.VER }} ${{ matrix.SWIG_FEATURES }} ${{ matrix.desc }}
strategy:
matrix:
@@ -132,18 +131,14 @@ jobs:
VER: '3.10'
- SWIGLANG: python
SWIG_FEATURES: -builtin
- desc: builtin
- SWIGLANG: python
SWIG_FEATURES: -builtin -O
- desc: builtin optimized
- SWIGLANG: python
PY3: 3
SWIG_FEATURES: -builtin
- desc: builtin
- SWIGLANG: python
PY3: 3
SWIG_FEATURES: -builtin -O
- desc: builtin optimized
- SWIGLANG: r
- SWIGLANG: ruby
VER: '1.9'