Add SWIG_FEATURES into GHA name
This commit is contained in:
parent
c280d63a4d
commit
04a6ad3bb5
1 changed files with 3 additions and 8 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
|
@ -19,10 +19,9 @@ jobs:
|
||||||
|
|
||||||
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
|
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
|
||||||
|
|
||||||
# By default, the name of the build is just the language used, but matrix
|
# By default, the name of the build is the language used and SWIG options, but matrix entries
|
||||||
# entries can define the additional "desc" field with any additional
|
# can define the additional "desc" field with any additional information to include in the name.
|
||||||
# information to include in the name.
|
name: ${{ matrix.SWIGLANG || 'none' }}${{ matrix.PY3 }} ${{ matrix.ENGINE}} ${{ matrix.VER }} ${{ matrix.SWIG_FEATURES }} ${{ matrix.desc }}
|
||||||
name: ${{ matrix.SWIGLANG || 'none' }}${{ matrix.PY3 }} ${{ matrix.ENGINE}} ${{ matrix.VER }} ${{ matrix.desc }}
|
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -132,18 +131,14 @@ jobs:
|
||||||
VER: '3.10'
|
VER: '3.10'
|
||||||
- SWIGLANG: python
|
- SWIGLANG: python
|
||||||
SWIG_FEATURES: -builtin
|
SWIG_FEATURES: -builtin
|
||||||
desc: builtin
|
|
||||||
- SWIGLANG: python
|
- SWIGLANG: python
|
||||||
SWIG_FEATURES: -builtin -O
|
SWIG_FEATURES: -builtin -O
|
||||||
desc: builtin optimized
|
|
||||||
- SWIGLANG: python
|
- SWIGLANG: python
|
||||||
PY3: 3
|
PY3: 3
|
||||||
SWIG_FEATURES: -builtin
|
SWIG_FEATURES: -builtin
|
||||||
desc: builtin
|
|
||||||
- SWIGLANG: python
|
- SWIGLANG: python
|
||||||
PY3: 3
|
PY3: 3
|
||||||
SWIG_FEATURES: -builtin -O
|
SWIG_FEATURES: -builtin -O
|
||||||
desc: builtin optimized
|
|
||||||
- SWIGLANG: r
|
- SWIGLANG: r
|
||||||
- SWIGLANG: ruby
|
- SWIGLANG: ruby
|
||||||
VER: '1.9'
|
VER: '1.9'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue